@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 '295874'^^xsd: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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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 '60'^^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'^