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

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231154'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231154'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231152> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231152'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231152'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231155> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231155'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231155'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231153> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231153'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231153'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231151> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231151'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231151'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231150> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231150'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231150'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231156> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231156'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231156'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231157> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231157'^^xsd:integer;
  dwc:scientificName 'Viscosia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2570'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231157'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225841> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225841'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225841'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225842> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225842'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225842'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225843> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225843'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225843'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225837> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225837'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225837'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225839> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225839'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225839'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225844> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225844'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225844'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231127> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231127'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231127'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231126> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231126'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231126'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231128> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231128'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231128'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225761> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225761'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225761'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225764> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225764'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225764'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225760> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225760'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225760'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225759> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225759'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225759'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225758> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225758'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225758'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225757> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225757'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225757'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231089> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231089'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231089'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231092> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231092'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231092'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231086> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231086'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231086'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231088> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231088'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231088'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225731> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225731'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225731'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225725> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225725'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225725'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225728> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225728'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225728'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225727> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225727'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225727'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225726> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225726'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225726'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231144> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231144'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231144'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231145> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231145'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231145'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231147> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231147'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231147'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231148> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231148'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231148'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231143> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231143'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231143'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225686> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225686'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225686'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225690> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225690'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225690'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225689> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225689'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225689'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225692> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225692'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225692'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225684> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225684'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225684'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225682> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225682'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225682'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225638> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225638'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225638'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225644> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225644'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225644'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225808> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225808'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225808'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225712> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225712'^^xsd:integer;
  dwc:scientificName 'Desmoscolex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2369'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225712'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225716> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225716'^^xsd:integer;
  dwc:scientificName 'Desmoscolex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2369'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225716'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225714> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225714'^^xsd:integer;
  dwc:scientificName 'Desmoscolex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2369'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225714'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225810> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225810'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225810'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225811> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225811'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225811'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225807> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225807'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225807'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225806> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225806'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225806'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225709> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225709'^^xsd:integer;
  dwc:scientificName 'Desmoscolex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2369'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225709'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225812> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225812'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225812'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225805> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225805'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225805'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225666> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225666'^^xsd:integer;
  dwc:scientificName 'Cyartonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2382'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225666'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225663> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225663'^^xsd:integer;
  dwc:scientificName 'Cyartonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2382'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225663'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225661> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225661'^^xsd:integer;
  dwc:scientificName 'Cyartonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2382'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225661'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225668> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225668'^^xsd:integer;
  dwc:scientificName 'Cyartonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2382'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225668'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225851> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225851'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2320'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225851'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2320'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225772> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225772'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225772'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225771> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225771'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225771'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225769> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225769'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225769'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225768> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225768'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225768'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225767> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225767'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225767'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225766> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225766'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225766'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225676> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225676'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225676'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225675> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225675'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225675'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225674> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225674'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225674'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225673> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225673'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225673'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225671> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225671'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225671'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225670> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225670'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225670'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225669> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225669'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225669'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225868> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225868'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225868'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225867> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225867'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225867'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225866> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225866'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225866'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225861> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225861'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225861'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225865> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225865'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225865'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225864> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225864'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225864'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225863> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225863'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225863'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231133> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231133'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231133'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231132> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231132'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231132'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231131> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231131'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231131'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231130> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231130'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231130'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225819> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225819'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225819'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225820> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225820'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225820'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225817> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225817'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225817'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225818> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225818'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225818'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225813> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225813'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225813'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225787> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225787'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225787'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225788> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225788'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225788'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225782> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225782'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225782'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225781> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225781'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225781'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225783> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225783'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225783'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225785> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225785'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225785'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225786> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225786'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225786'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225814> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225814'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225814'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225636> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225636'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225636'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225629> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225629'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225629'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225630> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225630'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225630'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225631> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225631'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225631'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225632> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225632'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225632'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225718> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225718'^^xsd:integer;
  dwc:scientificName 'Dichromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2297'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225718'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2297'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231119> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231119'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231119'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231118> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231118'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231118'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231120> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231120'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231120'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231121> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231121'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231121'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225797> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225797'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225797'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225798> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225798'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225798'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225800> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225800'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225800'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225802> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225802'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225802'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231123> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231123'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231123'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225773> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225773'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225773'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225775> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225775'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225775'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225780> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225780'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225780'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225774> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225774'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225774'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225777> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225777'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225777'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225776> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225776'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225776'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225779> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225779'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225779'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225778> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225778'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225778'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225634> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225634'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225634'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225635> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225635'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225635'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225691> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225691'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225691'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225732> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225732'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225732'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225729> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225729'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2480'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225729'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225809> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225809'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225809'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225713> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225713'^^xsd:integer;
  dwc:scientificName 'Desmoscolex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2369'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225713'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225715> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225715'^^xsd:integer;
  dwc:scientificName 'Desmoscolex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2369'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225715'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225662> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225662'^^xsd:integer;
  dwc:scientificName 'Cyartonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2382'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225662'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225665> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225665'^^xsd:integer;
  dwc:scientificName 'Cyartonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2382'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225665'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225762> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225762'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225762'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225763> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225763'^^xsd:integer;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225763'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225765> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225765'^^xsd:integer;
  dwc:scientificName 'Innocuonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2299'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225765'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2299'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225862> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225862'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225862'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225838> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225838'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225838'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225840> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225840'^^xsd:integer;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225840'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225830> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225830'^^xsd:integer;
  dwc:scientificName 'Odontophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2418'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225830'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2418'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225835> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225835'^^xsd:integer;
  dwc:scientificName 'Odontophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2418'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225835'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2418'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225834> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225834'^^xsd:integer;
  dwc:scientificName 'Odontophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2418'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225834'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2418'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225832> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225832'^^xsd:integer;
  dwc:scientificName 'Odontophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2418'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225832'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2418'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225831> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225831'^^xsd:integer;
  dwc:scientificName 'Odontophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2418'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225831'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2418'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225870> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225870'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225870'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225874> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225874'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225874'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225872> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225872'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225872'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225875> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225875'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225875'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225876> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225876'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225876'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225869> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225869'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225869'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225672> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225672'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225672'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231090> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231090'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231090'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231087> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231087'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231087'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225612> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225612'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225612'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225784> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225784'^^xsd:integer;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225784'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225815> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225815'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225815'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225816> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225816'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225816'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225633> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225633'^^xsd:integer;
  dwc:scientificName 'Axonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2416'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225633'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2416'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231122> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231122'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231122'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231124> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231124'^^xsd:integer;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231124'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231129> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231129'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231129'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225628> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225628'^^xsd:integer;
  dwc:scientificName 'Atrochromadora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2276'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225628'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2276'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225871> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225871'^^xsd:integer;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225871'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231113> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231113'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231113'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225698> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225698'^^xsd:integer;
  dwc:scientificName 'Daptonema procerum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121545'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225698'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121545'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225700> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A225700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:225700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '225700'^^xsd:integer;
  dwc:scientificName 'Daptonema procerum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121545'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:225700'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121545'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231116> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231116'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231116'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231117> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231117'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231117'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231115> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231115'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231115'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231114> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231114'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231114'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231112> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231112'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231112'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231111> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231111'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231111'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231110> ;
  mr:hasGeometry <https://eurobis.org/id/point/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38283333 -4.2445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38283333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/711__urn%3Acatalog%3AMarBEF%2FManuela%3Apy%3A231110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:py:231110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/711_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'py'^^xsd:string;
  dwc:catalogNumber '231110'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:continentOcean 'Lynher Estuary, Clift Quay'^^xsd:string;
  dwc:longitude '-4.2445'^^xsd:double;
  dwc:latitude '50.38283333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ''^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:py:231110'^^xsd:anyURI;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF