@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/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.045336 -10.619641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.045336"^^xsd:decimal ;
  dwc:decimalLongitude "-10.619641"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.045336 -10.619641)"^^geo:wktLiteral ;
  geo-pos:lat "52.045336"^^xsd:decimal ;
  geo-pos:long "-10.619641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_357'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=357'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:startTimeOfDay '14.8'^^xsd:double;
  dwc:endTimeOfDay '14.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.619641'^^xsd:double;
  dwc:startLongitude '-10.619641'^^xsd:double;
  dwc:endLongitude '-10.619641'^^xsd:double;
  dwc:latitude '52.045336'^^xsd:double;
  dwc:startLatitude '52.045336'^^xsd:double;
  dwc:endLatitude '52.045336'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_357'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.046298 -10.616781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.046298"^^xsd:decimal ;
  dwc:decimalLongitude "-10.616781"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.046298 -10.616781)"^^geo:wktLiteral ;
  geo-pos:lat "52.046298"^^xsd:decimal ;
  geo-pos:long "-10.616781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_358'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=358'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:startTimeOfDay '14.8'^^xsd:double;
  dwc:endTimeOfDay '14.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.616781'^^xsd:double;
  dwc:startLongitude '-10.616781'^^xsd:double;
  dwc:endLongitude '-10.616781'^^xsd:double;
  dwc:latitude '52.046298'^^xsd:double;
  dwc:startLatitude '52.046298'^^xsd:double;
  dwc:endLatitude '52.046298'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:relatedCatalogItem '431_358'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '25'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.045465 -10.613816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.045465"^^xsd:decimal ;
  dwc:decimalLongitude "-10.613816"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.045465 -10.613816)"^^geo:wktLiteral ;
  geo-pos:lat "52.045465"^^xsd:decimal ;
  geo-pos:long "-10.613816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_359'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=359'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:startTimeOfDay '14.8'^^xsd:double;
  dwc:endTimeOfDay '14.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.613816'^^xsd:double;
  dwc:startLongitude '-10.613816'^^xsd:double;
  dwc:endLongitude '-10.613816'^^xsd:double;
  dwc:latitude '52.045465'^^xsd:double;
  dwc:startLatitude '52.045465'^^xsd:double;
  dwc:endLatitude '52.045465'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_359'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.783436 -10.508764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.783436"^^xsd:decimal ;
  dwc:decimalLongitude "-10.508764"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.783436 -10.508764)"^^geo:wktLiteral ;
  geo-pos:lat "51.783436"^^xsd:decimal ;
  geo-pos:long "-10.508764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_361'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=361'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:startTimeOfDay '17.216666666667'^^xsd:double;
  dwc:endTimeOfDay '17.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.508764'^^xsd:double;
  dwc:startLongitude '-10.508764'^^xsd:double;
  dwc:endLongitude '-10.508764'^^xsd:double;
  dwc:latitude '51.783436'^^xsd:double;
  dwc:startLatitude '51.783436'^^xsd:double;
  dwc:endLatitude '51.783436'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_361'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.11794 -10.505606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.11794"^^xsd:decimal ;
  dwc:decimalLongitude "-10.505606"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.11794 -10.505606)"^^geo:wktLiteral ;
  geo-pos:lat "52.11794"^^xsd:decimal ;
  geo-pos:long "-10.505606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_356'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=356'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:startTimeOfDay '14.633333333333'^^xsd:double;
  dwc:endTimeOfDay '14.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.505606'^^xsd:double;
  dwc:startLongitude '-10.505606'^^xsd:double;
  dwc:endLongitude '-10.505606'^^xsd:double;
  dwc:latitude '52.11794'^^xsd:double;
  dwc:startLatitude '52.11794'^^xsd:double;
  dwc:endLatitude '52.11794'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_356'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.601456 -10.311534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.601456"^^xsd:decimal ;
  dwc:decimalLongitude "-10.311534"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.601456 -10.311534)"^^geo:wktLiteral ;
  geo-pos:lat "53.601456"^^xsd:decimal ;
  geo-pos:long "-10.311534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_313'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=313'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.733333333333'^^xsd:double;
  dwc:startTimeOfDay '15.733333333333'^^xsd:double;
  dwc:endTimeOfDay '15.733333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.311534'^^xsd:double;
  dwc:startLongitude '-10.311534'^^xsd:double;
  dwc:endLongitude '-10.311534'^^xsd:double;
  dwc:latitude '53.601456'^^xsd:double;
  dwc:startLatitude '53.601456'^^xsd:double;
  dwc:endLatitude '53.601456'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_313'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.945098 -10.296662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.945098"^^xsd:decimal ;
  dwc:decimalLongitude "-10.296662"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.945098 -10.296662)"^^geo:wktLiteral ;
  geo-pos:lat "51.945098"^^xsd:decimal ;
  geo-pos:long "-10.296662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_167'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=167'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:startTimeOfDay '16.366666666667'^^xsd:double;
  dwc:endTimeOfDay '16.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.296662'^^xsd:double;
  dwc:startLongitude '-10.296662'^^xsd:double;
  dwc:endLongitude '-10.296662'^^xsd:double;
  dwc:latitude '51.945098'^^xsd:double;
  dwc:startLatitude '51.945098'^^xsd:double;
  dwc:endLatitude '51.945098'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_167'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.593172 -10.274823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.593172"^^xsd:decimal ;
  dwc:decimalLongitude "-10.274823"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.593172 -10.274823)"^^geo:wktLiteral ;
  geo-pos:lat "53.593172"^^xsd:decimal ;
  geo-pos:long "-10.274823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_312'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=312'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.766666666667'^^xsd:double;
  dwc:startTimeOfDay '15.766666666667'^^xsd:double;
  dwc:endTimeOfDay '15.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.274823'^^xsd:double;
  dwc:startLongitude '-10.274823'^^xsd:double;
  dwc:endLongitude '-10.274823'^^xsd:double;
  dwc:latitude '53.593172'^^xsd:double;
  dwc:startLatitude '53.593172'^^xsd:double;
  dwc:endLatitude '53.593172'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_312'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.541182 -10.267507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.541182"^^xsd:decimal ;
  dwc:decimalLongitude "-10.267507"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.541182 -10.267507)"^^geo:wktLiteral ;
  geo-pos:lat "53.541182"^^xsd:decimal ;
  geo-pos:long "-10.267507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_345'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=345'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:startTimeOfDay '12.233333333333'^^xsd:double;
  dwc:endTimeOfDay '12.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.267507'^^xsd:double;
  dwc:startLongitude '-10.267507'^^xsd:double;
  dwc:endLongitude '-10.267507'^^xsd:double;
  dwc:latitude '53.541182'^^xsd:double;
  dwc:startLatitude '53.541182'^^xsd:double;
  dwc:endLatitude '53.541182'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_345'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.971763 -10.26339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.971763"^^xsd:decimal ;
  dwc:decimalLongitude "-10.26339"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.971763 -10.26339)"^^geo:wktLiteral ;
  geo-pos:lat "53.971763"^^xsd:decimal ;
  geo-pos:long "-10.26339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_320'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=320'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.733333333333'^^xsd:double;
  dwc:startTimeOfDay '12.733333333333'^^xsd:double;
  dwc:endTimeOfDay '12.733333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.26339'^^xsd:double;
  dwc:startLongitude '-10.26339'^^xsd:double;
  dwc:endLongitude '-10.26339'^^xsd:double;
  dwc:latitude '53.971763'^^xsd:double;
  dwc:startLatitude '53.971763'^^xsd:double;
  dwc:endLatitude '53.971763'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_320'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.593458 -10.259731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.593458"^^xsd:decimal ;
  dwc:decimalLongitude "-10.259731"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.593458 -10.259731)"^^geo:wktLiteral ;
  geo-pos:lat "53.593458"^^xsd:decimal ;
  geo-pos:long "-10.259731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_311'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=311'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.8'^^xsd:double;
  dwc:startTimeOfDay '15.8'^^xsd:double;
  dwc:endTimeOfDay '15.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.259731'^^xsd:double;
  dwc:startLongitude '-10.259731'^^xsd:double;
  dwc:endLongitude '-10.259731'^^xsd:double;
  dwc:latitude '53.593458'^^xsd:double;
  dwc:startLatitude '53.593458'^^xsd:double;
  dwc:endLatitude '53.593458'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_311'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.593487 -10.258222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.593487"^^xsd:decimal ;
  dwc:decimalLongitude "-10.258222"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.593487 -10.258222)"^^geo:wktLiteral ;
  geo-pos:lat "53.593487"^^xsd:decimal ;
  geo-pos:long "-10.258222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_310'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=310'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.8'^^xsd:double;
  dwc:startTimeOfDay '15.8'^^xsd:double;
  dwc:endTimeOfDay '15.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.258222'^^xsd:double;
  dwc:startLongitude '-10.258222'^^xsd:double;
  dwc:endLongitude '-10.258222'^^xsd:double;
  dwc:latitude '53.593487'^^xsd:double;
  dwc:startLatitude '53.593487'^^xsd:double;
  dwc:endLatitude '53.593487'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_310'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.947876 -10.245887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.947876"^^xsd:decimal ;
  dwc:decimalLongitude "-10.245887"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.947876 -10.245887)"^^geo:wktLiteral ;
  geo-pos:lat "51.947876"^^xsd:decimal ;
  geo-pos:long "-10.245887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_360'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=360'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '16.4'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.245887'^^xsd:double;
  dwc:startLongitude '-10.245887'^^xsd:double;
  dwc:endLongitude '-10.245887'^^xsd:double;
  dwc:latitude '51.947876'^^xsd:double;
  dwc:startLatitude '51.947876'^^xsd:double;
  dwc:endLatitude '51.947876'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_360'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.947876 -10.245887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.947876"^^xsd:decimal ;
  dwc:decimalLongitude "-10.245887"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.947876 -10.245887)"^^geo:wktLiteral ;
  geo-pos:lat "51.947876"^^xsd:decimal ;
  geo-pos:long "-10.245887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_166'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=166'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '16.4'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.245887'^^xsd:double;
  dwc:startLongitude '-10.245887'^^xsd:double;
  dwc:endLongitude '-10.245887'^^xsd:double;
  dwc:latitude '51.947876'^^xsd:double;
  dwc:startLatitude '51.947876'^^xsd:double;
  dwc:endLatitude '51.947876'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_166'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.603619 -10.245163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.603619"^^xsd:decimal ;
  dwc:decimalLongitude "-10.245163"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.603619 -10.245163)"^^geo:wktLiteral ;
  geo-pos:lat "53.603619"^^xsd:decimal ;
  geo-pos:long "-10.245163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_309'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=309'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.8'^^xsd:double;
  dwc:startTimeOfDay '15.8'^^xsd:double;
  dwc:endTimeOfDay '15.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.245163'^^xsd:double;
  dwc:startLongitude '-10.245163'^^xsd:double;
  dwc:endLongitude '-10.245163'^^xsd:double;
  dwc:latitude '53.603619'^^xsd:double;
  dwc:startLatitude '53.603619'^^xsd:double;
  dwc:endLatitude '53.603619'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_309'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.397104 -10.234273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.397104"^^xsd:decimal ;
  dwc:decimalLongitude "-10.234273"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.397104 -10.234273)"^^geo:wktLiteral ;
  geo-pos:lat "53.397104"^^xsd:decimal ;
  geo-pos:long "-10.234273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_326'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=326'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:startTimeOfDay '13.016666666667'^^xsd:double;
  dwc:endTimeOfDay '13.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.234273'^^xsd:double;
  dwc:startLongitude '-10.234273'^^xsd:double;
  dwc:endLongitude '-10.234273'^^xsd:double;
  dwc:latitude '53.397104'^^xsd:double;
  dwc:startLatitude '53.397104'^^xsd:double;
  dwc:endLatitude '53.397104'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_326'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.395504 -10.223664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.395504"^^xsd:decimal ;
  dwc:decimalLongitude "-10.223664"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.395504 -10.223664)"^^geo:wktLiteral ;
  geo-pos:lat "53.395504"^^xsd:decimal ;
  geo-pos:long "-10.223664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_327'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=327'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:startTimeOfDay '13.016666666667'^^xsd:double;
  dwc:endTimeOfDay '13.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.223664'^^xsd:double;
  dwc:startLongitude '-10.223664'^^xsd:double;
  dwc:endLongitude '-10.223664'^^xsd:double;
  dwc:latitude '53.395504'^^xsd:double;
  dwc:startLatitude '53.395504'^^xsd:double;
  dwc:endLatitude '53.395504'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_327'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.401846 -10.220986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.401846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.220986"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.401846 -10.220986)"^^geo:wktLiteral ;
  geo-pos:lat "53.401846"^^xsd:decimal ;
  geo-pos:long "-10.220986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_324'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=324'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:startTimeOfDay '13'^^xsd:integer;
  dwc:endTimeOfDay '13'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.220986'^^xsd:double;
  dwc:startLongitude '-10.220986'^^xsd:double;
  dwc:endLongitude '-10.220986'^^xsd:double;
  dwc:latitude '53.401846'^^xsd:double;
  dwc:startLatitude '53.401846'^^xsd:double;
  dwc:endLatitude '53.401846'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_324'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400948 -10.22094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.400948"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22094"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400948 -10.22094)"^^geo:wktLiteral ;
  geo-pos:lat "53.400948"^^xsd:decimal ;
  geo-pos:long "-10.22094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_325'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=325'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:startTimeOfDay '13'^^xsd:integer;
  dwc:endTimeOfDay '13'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.22094'^^xsd:double;
  dwc:startLongitude '-10.22094'^^xsd:double;
  dwc:endLongitude '-10.22094'^^xsd:double;
  dwc:latitude '53.400948'^^xsd:double;
  dwc:startLatitude '53.400948'^^xsd:double;
  dwc:endLatitude '53.400948'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_325'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.988945 -10.209421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.988945"^^xsd:decimal ;
  dwc:decimalLongitude "-10.209421"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.988945 -10.209421)"^^geo:wktLiteral ;
  geo-pos:lat "53.988945"^^xsd:decimal ;
  geo-pos:long "-10.209421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_303'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=303'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:startTimeOfDay '12.7'^^xsd:double;
  dwc:endTimeOfDay '12.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.209421'^^xsd:double;
  dwc:startLongitude '-10.209421'^^xsd:double;
  dwc:endLongitude '-10.209421'^^xsd:double;
  dwc:latitude '53.988945'^^xsd:double;
  dwc:startLatitude '53.988945'^^xsd:double;
  dwc:endLatitude '53.988945'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_303'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.99088 -10.201898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.99088"^^xsd:decimal ;
  dwc:decimalLongitude "-10.201898"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.99088 -10.201898)"^^geo:wktLiteral ;
  geo-pos:lat "53.99088"^^xsd:decimal ;
  geo-pos:long "-10.201898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_302'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=302'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:startTimeOfDay '12.683333333333'^^xsd:double;
  dwc:endTimeOfDay '12.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.201898'^^xsd:double;
  dwc:startLongitude '-10.201898'^^xsd:double;
  dwc:endLongitude '-10.201898'^^xsd:double;
  dwc:latitude '53.99088'^^xsd:double;
  dwc:startLatitude '53.99088'^^xsd:double;
  dwc:endLatitude '53.99088'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_302'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.959505 -10.201359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.959505"^^xsd:decimal ;
  dwc:decimalLongitude "-10.201359"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.959505 -10.201359)"^^geo:wktLiteral ;
  geo-pos:lat "51.959505"^^xsd:decimal ;
  geo-pos:long "-10.201359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_165'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=165'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '16.433333333333'^^xsd:double;
  dwc:startTimeOfDay '16.433333333333'^^xsd:double;
  dwc:endTimeOfDay '16.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.201359'^^xsd:double;
  dwc:startLongitude '-10.201359'^^xsd:double;
  dwc:endLongitude '-10.201359'^^xsd:double;
  dwc:latitude '51.959505'^^xsd:double;
  dwc:startLatitude '51.959505'^^xsd:double;
  dwc:endLatitude '51.959505'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_165'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.405855 -10.198634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.405855"^^xsd:decimal ;
  dwc:decimalLongitude "-10.198634"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.405855 -10.198634)"^^geo:wktLiteral ;
  geo-pos:lat "53.405855"^^xsd:decimal ;
  geo-pos:long "-10.198634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_323'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=323'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.033333333333'^^xsd:double;
  dwc:startTimeOfDay '13.033333333333'^^xsd:double;
  dwc:endTimeOfDay '13.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.198634'^^xsd:double;
  dwc:startLongitude '-10.198634'^^xsd:double;
  dwc:endLongitude '-10.198634'^^xsd:double;
  dwc:latitude '53.405855'^^xsd:double;
  dwc:startLatitude '53.405855'^^xsd:double;
  dwc:endLatitude '53.405855'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_323'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.994639 -10.192945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.994639"^^xsd:decimal ;
  dwc:decimalLongitude "-10.192945"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.994639 -10.192945)"^^geo:wktLiteral ;
  geo-pos:lat "53.994639"^^xsd:decimal ;
  geo-pos:long "-10.192945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_301'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=301'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:startTimeOfDay '12.683333333333'^^xsd:double;
  dwc:endTimeOfDay '12.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.192945'^^xsd:double;
  dwc:startLongitude '-10.192945'^^xsd:double;
  dwc:endLongitude '-10.192945'^^xsd:double;
  dwc:latitude '53.994639'^^xsd:double;
  dwc:startLatitude '53.994639'^^xsd:double;
  dwc:endLatitude '53.994639'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_301'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.548874 -10.192461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.548874"^^xsd:decimal ;
  dwc:decimalLongitude "-10.192461"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.548874 -10.192461)"^^geo:wktLiteral ;
  geo-pos:lat "53.548874"^^xsd:decimal ;
  geo-pos:long "-10.192461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_91'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=91'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.283333333333'^^xsd:double;
  dwc:startTimeOfDay '12.283333333333'^^xsd:double;
  dwc:endTimeOfDay '12.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.192461'^^xsd:double;
  dwc:startLongitude '-10.192461'^^xsd:double;
  dwc:endLongitude '-10.192461'^^xsd:double;
  dwc:latitude '53.548874'^^xsd:double;
  dwc:startLatitude '53.548874'^^xsd:double;
  dwc:endLatitude '53.548874'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_91'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.995565 -10.191469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.995565"^^xsd:decimal ;
  dwc:decimalLongitude "-10.191469"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.995565 -10.191469)"^^geo:wktLiteral ;
  geo-pos:lat "53.995565"^^xsd:decimal ;
  geo-pos:long "-10.191469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_300'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=300'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:startTimeOfDay '12.683333333333'^^xsd:double;
  dwc:endTimeOfDay '12.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.191469'^^xsd:double;
  dwc:startLongitude '-10.191469'^^xsd:double;
  dwc:endLongitude '-10.191469'^^xsd:double;
  dwc:latitude '53.995565'^^xsd:double;
  dwc:startLatitude '53.995565'^^xsd:double;
  dwc:endLatitude '53.995565'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '431_300'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000082 -10.190181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000082"^^xsd:decimal ;
  dwc:decimalLongitude "-10.190181"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000082 -10.190181)"^^geo:wktLiteral ;
  geo-pos:lat "54.000082"^^xsd:decimal ;
  geo-pos:long "-10.190181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_299'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=299'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:startTimeOfDay '12.683333333333'^^xsd:double;
  dwc:endTimeOfDay '12.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.190181'^^xsd:double;
  dwc:startLongitude '-10.190181'^^xsd:double;
  dwc:endLongitude '-10.190181'^^xsd:double;
  dwc:latitude '54.000082'^^xsd:double;
  dwc:startLatitude '54.000082'^^xsd:double;
  dwc:endLatitude '54.000082'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_299'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416796 -10.190172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416796"^^xsd:decimal ;
  dwc:decimalLongitude "-10.190172"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416796 -10.190172)"^^geo:wktLiteral ;
  geo-pos:lat "53.416796"^^xsd:decimal ;
  geo-pos:long "-10.190172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_322'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=322'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:startTimeOfDay '12.966666666667'^^xsd:double;
  dwc:endTimeOfDay '12.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.190172'^^xsd:double;
  dwc:startLongitude '-10.190172'^^xsd:double;
  dwc:endLongitude '-10.190172'^^xsd:double;
  dwc:latitude '53.416796'^^xsd:double;
  dwc:startLatitude '53.416796'^^xsd:double;
  dwc:endLatitude '53.416796'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_322'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.827583 -10.189116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.827583"^^xsd:decimal ;
  dwc:decimalLongitude "-10.189116"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.827583 -10.189116)"^^geo:wktLiteral ;
  geo-pos:lat "51.827583"^^xsd:decimal ;
  geo-pos:long "-10.189116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_168'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=168'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:startTimeOfDay '16.916666666667'^^xsd:double;
  dwc:endTimeOfDay '16.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.189116'^^xsd:double;
  dwc:startLongitude '-10.189116'^^xsd:double;
  dwc:endLongitude '-10.189116'^^xsd:double;
  dwc:latitude '51.827583'^^xsd:double;
  dwc:startLatitude '51.827583'^^xsd:double;
  dwc:endLatitude '51.827583'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_168'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.160119 -10.186376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.160119"^^xsd:decimal ;
  dwc:decimalLongitude "-10.186376"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.160119 -10.186376)"^^geo:wktLiteral ;
  geo-pos:lat "54.160119"^^xsd:decimal ;
  geo-pos:long "-10.186376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_291'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=291'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.35'^^xsd:double;
  dwc:startTimeOfDay '15.35'^^xsd:double;
  dwc:endTimeOfDay '15.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.186376'^^xsd:double;
  dwc:startLongitude '-10.186376'^^xsd:double;
  dwc:endLongitude '-10.186376'^^xsd:double;
  dwc:latitude '54.160119'^^xsd:double;
  dwc:startLatitude '54.160119'^^xsd:double;
  dwc:endLatitude '54.160119'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '50'^^xsd:integer;
  dwc:relatedCatalogItem '431_291'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '50'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.156528 -10.186186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.156528"^^xsd:decimal ;
  dwc:decimalLongitude "-10.186186"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.156528 -10.186186)"^^geo:wktLiteral ;
  geo-pos:lat "54.156528"^^xsd:decimal ;
  geo-pos:long "-10.186186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_292'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=292'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.35'^^xsd:double;
  dwc:startTimeOfDay '15.35'^^xsd:double;
  dwc:endTimeOfDay '15.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.186186'^^xsd:double;
  dwc:startLongitude '-10.186186'^^xsd:double;
  dwc:endLongitude '-10.186186'^^xsd:double;
  dwc:latitude '54.156528'^^xsd:double;
  dwc:startLatitude '54.156528'^^xsd:double;
  dwc:endLatitude '54.156528'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:relatedCatalogItem '431_292'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '18'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.161942 -10.184941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.161942"^^xsd:decimal ;
  dwc:decimalLongitude "-10.184941"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.161942 -10.184941)"^^geo:wktLiteral ;
  geo-pos:lat "54.161942"^^xsd:decimal ;
  geo-pos:long "-10.184941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_293'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=293'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.35'^^xsd:double;
  dwc:startTimeOfDay '15.35'^^xsd:double;
  dwc:endTimeOfDay '15.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.184941'^^xsd:double;
  dwc:startLongitude '-10.184941'^^xsd:double;
  dwc:endLongitude '-10.184941'^^xsd:double;
  dwc:latitude '54.161942'^^xsd:double;
  dwc:startLatitude '54.161942'^^xsd:double;
  dwc:endLatitude '54.161942'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_293'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.008494 -10.172314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.008494"^^xsd:decimal ;
  dwc:decimalLongitude "-10.172314"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.008494 -10.172314)"^^geo:wktLiteral ;
  geo-pos:lat "54.008494"^^xsd:decimal ;
  geo-pos:long "-10.172314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_298'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=298'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:startTimeOfDay '12.666666666667'^^xsd:double;
  dwc:endTimeOfDay '12.666666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.172314'^^xsd:double;
  dwc:startLongitude '-10.172314'^^xsd:double;
  dwc:endLongitude '-10.172314'^^xsd:double;
  dwc:latitude '54.008494'^^xsd:double;
  dwc:startLatitude '54.008494'^^xsd:double;
  dwc:endLatitude '54.008494'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_298'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.487438 -10.160658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.487438"^^xsd:decimal ;
  dwc:decimalLongitude "-10.160658"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.487438 -10.160658)"^^geo:wktLiteral ;
  geo-pos:lat "53.487438"^^xsd:decimal ;
  geo-pos:long "-10.160658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_92'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=92'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:startTimeOfDay '12.6'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.160658'^^xsd:double;
  dwc:startLongitude '-10.160658'^^xsd:double;
  dwc:endLongitude '-10.160658'^^xsd:double;
  dwc:latitude '53.487438'^^xsd:double;
  dwc:startLatitude '53.487438'^^xsd:double;
  dwc:endLatitude '53.487438'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_92'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.569313 -10.155772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.569313"^^xsd:decimal ;
  dwc:decimalLongitude "-10.155772"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.569313 -10.155772)"^^geo:wktLiteral ;
  geo-pos:lat "53.569313"^^xsd:decimal ;
  geo-pos:long "-10.155772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_90'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=90'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:startTimeOfDay '12.166666666667'^^xsd:double;
  dwc:endTimeOfDay '12.166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.155772'^^xsd:double;
  dwc:startLongitude '-10.155772'^^xsd:double;
  dwc:endLongitude '-10.155772'^^xsd:double;
  dwc:latitude '53.569313'^^xsd:double;
  dwc:startLatitude '53.569313'^^xsd:double;
  dwc:endLatitude '53.569313'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_90'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.196721 -10.149992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.196721"^^xsd:decimal ;
  dwc:decimalLongitude "-10.149992"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.196721 -10.149992)"^^geo:wktLiteral ;
  geo-pos:lat "54.196721"^^xsd:decimal ;
  geo-pos:long "-10.149992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_290'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=290'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:startTimeOfDay '15.166666666667'^^xsd:double;
  dwc:endTimeOfDay '15.166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.149992'^^xsd:double;
  dwc:startLongitude '-10.149992'^^xsd:double;
  dwc:endLongitude '-10.149992'^^xsd:double;
  dwc:latitude '54.196721'^^xsd:double;
  dwc:startLatitude '54.196721'^^xsd:double;
  dwc:endLatitude '54.196721'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '34'^^xsd:integer;
  dwc:relatedCatalogItem '431_290'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '34'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.077361 -10.14076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.077361"^^xsd:decimal ;
  dwc:decimalLongitude "-10.14076"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.077361 -10.14076)"^^geo:wktLiteral ;
  geo-pos:lat "54.077361"^^xsd:decimal ;
  geo-pos:long "-10.14076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_294'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=294'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.466666666667'^^xsd:double;
  dwc:startTimeOfDay '15.466666666667'^^xsd:double;
  dwc:endTimeOfDay '15.466666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.14076'^^xsd:double;
  dwc:startLongitude '-10.14076'^^xsd:double;
  dwc:endLongitude '-10.14076'^^xsd:double;
  dwc:latitude '54.077361'^^xsd:double;
  dwc:startLatitude '54.077361'^^xsd:double;
  dwc:endLatitude '54.077361'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_294'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.392606 -10.136304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.392606"^^xsd:decimal ;
  dwc:decimalLongitude "-10.136304"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.392606 -10.136304)"^^geo:wktLiteral ;
  geo-pos:lat "53.392606"^^xsd:decimal ;
  geo-pos:long "-10.136304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_328'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=328'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.1'^^xsd:double;
  dwc:startTimeOfDay '13.1'^^xsd:double;
  dwc:endTimeOfDay '13.1'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.136304'^^xsd:double;
  dwc:startLongitude '-10.136304'^^xsd:double;
  dwc:endLongitude '-10.136304'^^xsd:double;
  dwc:latitude '53.392606'^^xsd:double;
  dwc:startLatitude '53.392606'^^xsd:double;
  dwc:endLatitude '53.392606'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_328'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.455544 -10.134945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.455544"^^xsd:decimal ;
  dwc:decimalLongitude "-10.134945"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.455544 -10.134945)"^^geo:wktLiteral ;
  geo-pos:lat "53.455544"^^xsd:decimal ;
  geo-pos:long "-10.134945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_97'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=97'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:startTimeOfDay '12.8'^^xsd:double;
  dwc:endTimeOfDay '12.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.134945'^^xsd:double;
  dwc:startLongitude '-10.134945'^^xsd:double;
  dwc:endLongitude '-10.134945'^^xsd:double;
  dwc:latitude '53.455544'^^xsd:double;
  dwc:startLatitude '53.455544'^^xsd:double;
  dwc:endLatitude '53.455544'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_97'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.451055 -10.13472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.451055"^^xsd:decimal ;
  dwc:decimalLongitude "-10.13472"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.451055 -10.13472)"^^geo:wktLiteral ;
  geo-pos:lat "53.451055"^^xsd:decimal ;
  geo-pos:long "-10.13472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_98'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=98'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:startTimeOfDay '12.8'^^xsd:double;
  dwc:endTimeOfDay '12.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.13472'^^xsd:double;
  dwc:startLongitude '-10.13472'^^xsd:double;
  dwc:endLongitude '-10.13472'^^xsd:double;
  dwc:latitude '53.451055'^^xsd:double;
  dwc:startLatitude '53.451055'^^xsd:double;
  dwc:endLatitude '53.451055'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_98'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.207033 -10.125999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.207033"^^xsd:decimal ;
  dwc:decimalLongitude "-10.125999"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.207033 -10.125999)"^^geo:wktLiteral ;
  geo-pos:lat "54.207033"^^xsd:decimal ;
  geo-pos:long "-10.125999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_289'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=289'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.116666666667'^^xsd:double;
  dwc:startTimeOfDay '15.116666666667'^^xsd:double;
  dwc:endTimeOfDay '15.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.125999'^^xsd:double;
  dwc:startLongitude '-10.125999'^^xsd:double;
  dwc:endLongitude '-10.125999'^^xsd:double;
  dwc:latitude '54.207033'^^xsd:double;
  dwc:startLatitude '54.207033'^^xsd:double;
  dwc:endLatitude '54.207033'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:relatedCatalogItem '431_289'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '10'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.217152 -10.112718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.217152"^^xsd:decimal ;
  dwc:decimalLongitude "-10.112718"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.217152 -10.112718)"^^geo:wktLiteral ;
  geo-pos:lat "54.217152"^^xsd:decimal ;
  geo-pos:long "-10.112718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_288'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=288'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.116666666667'^^xsd:double;
  dwc:startTimeOfDay '15.116666666667'^^xsd:double;
  dwc:endTimeOfDay '15.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.112718'^^xsd:double;
  dwc:startLongitude '-10.112718'^^xsd:double;
  dwc:endLongitude '-10.112718'^^xsd:double;
  dwc:latitude '54.217152'^^xsd:double;
  dwc:startLatitude '54.217152'^^xsd:double;
  dwc:endLatitude '54.217152'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_288'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.396679 -10.109441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.396679"^^xsd:decimal ;
  dwc:decimalLongitude "-10.109441"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.396679 -10.109441)"^^geo:wktLiteral ;
  geo-pos:lat "53.396679"^^xsd:decimal ;
  geo-pos:long "-10.109441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_329'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=329'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:startTimeOfDay '13.133333333333'^^xsd:double;
  dwc:endTimeOfDay '13.133333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.109441'^^xsd:double;
  dwc:startLongitude '-10.109441'^^xsd:double;
  dwc:endLongitude '-10.109441'^^xsd:double;
  dwc:latitude '53.396679'^^xsd:double;
  dwc:startLatitude '53.396679'^^xsd:double;
  dwc:endLatitude '53.396679'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_329'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.395807 -10.107894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.395807"^^xsd:decimal ;
  dwc:decimalLongitude "-10.107894"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.395807 -10.107894)"^^geo:wktLiteral ;
  geo-pos:lat "53.395807"^^xsd:decimal ;
  geo-pos:long "-10.107894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_330'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=330'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:startTimeOfDay '13.133333333333'^^xsd:double;
  dwc:endTimeOfDay '13.133333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.107894'^^xsd:double;
  dwc:startLongitude '-10.107894'^^xsd:double;
  dwc:endLongitude '-10.107894'^^xsd:double;
  dwc:latitude '53.395807'^^xsd:double;
  dwc:startLatitude '53.395807'^^xsd:double;
  dwc:endLatitude '53.395807'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_330'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.385137 -10.101354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.385137"^^xsd:decimal ;
  dwc:decimalLongitude "-10.101354"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.385137 -10.101354)"^^geo:wktLiteral ;
  geo-pos:lat "53.385137"^^xsd:decimal ;
  geo-pos:long "-10.101354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_331'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=331'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:startTimeOfDay '13.15'^^xsd:double;
  dwc:endTimeOfDay '13.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.101354'^^xsd:double;
  dwc:startLongitude '-10.101354'^^xsd:double;
  dwc:endLongitude '-10.101354'^^xsd:double;
  dwc:latitude '53.385137'^^xsd:double;
  dwc:startLatitude '53.385137'^^xsd:double;
  dwc:endLatitude '53.385137'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_331'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382496 -10.098217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382496"^^xsd:decimal ;
  dwc:decimalLongitude "-10.098217"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382496 -10.098217)"^^geo:wktLiteral ;
  geo-pos:lat "53.382496"^^xsd:decimal ;
  geo-pos:long "-10.098217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_332'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=332'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:startTimeOfDay '13.15'^^xsd:double;
  dwc:endTimeOfDay '13.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.098217'^^xsd:double;
  dwc:startLongitude '-10.098217'^^xsd:double;
  dwc:endLongitude '-10.098217'^^xsd:double;
  dwc:latitude '53.382496'^^xsd:double;
  dwc:startLatitude '53.382496'^^xsd:double;
  dwc:endLatitude '53.382496'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_332'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.393457 -10.088231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.393457"^^xsd:decimal ;
  dwc:decimalLongitude "-10.088231"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.393457 -10.088231)"^^geo:wktLiteral ;
  geo-pos:lat "53.393457"^^xsd:decimal ;
  geo-pos:long "-10.088231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_333'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=333'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:startTimeOfDay '13.15'^^xsd:double;
  dwc:endTimeOfDay '13.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.088231'^^xsd:double;
  dwc:startLongitude '-10.088231'^^xsd:double;
  dwc:endLongitude '-10.088231'^^xsd:double;
  dwc:latitude '53.393457'^^xsd:double;
  dwc:startLatitude '53.393457'^^xsd:double;
  dwc:endLatitude '53.393457'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_333'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.452037 -10.079059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.452037"^^xsd:decimal ;
  dwc:decimalLongitude "-10.079059"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.452037 -10.079059)"^^geo:wktLiteral ;
  geo-pos:lat "53.452037"^^xsd:decimal ;
  geo-pos:long "-10.079059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_96'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=96'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:startTimeOfDay '12.8'^^xsd:double;
  dwc:endTimeOfDay '12.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.079059'^^xsd:double;
  dwc:startLongitude '-10.079059'^^xsd:double;
  dwc:endLongitude '-10.079059'^^xsd:double;
  dwc:latitude '53.452037'^^xsd:double;
  dwc:startLatitude '53.452037'^^xsd:double;
  dwc:endLatitude '53.452037'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_96'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.452063 -10.077555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.452063"^^xsd:decimal ;
  dwc:decimalLongitude "-10.077555"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.452063 -10.077555)"^^geo:wktLiteral ;
  geo-pos:lat "53.452063"^^xsd:decimal ;
  geo-pos:long "-10.077555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_95'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=95'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:startTimeOfDay '12.8'^^xsd:double;
  dwc:endTimeOfDay '12.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.077555'^^xsd:double;
  dwc:startLongitude '-10.077555'^^xsd:double;
  dwc:endLongitude '-10.077555'^^xsd:double;
  dwc:latitude '53.452063'^^xsd:double;
  dwc:startLatitude '53.452063'^^xsd:double;
  dwc:endLatitude '53.452063'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_95'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.452063 -10.077555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.452063"^^xsd:decimal ;
  dwc:decimalLongitude "-10.077555"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.452063 -10.077555)"^^geo:wktLiteral ;
  geo-pos:lat "53.452063"^^xsd:decimal ;
  geo-pos:long "-10.077555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_321'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=321'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:startTimeOfDay '12.8'^^xsd:double;
  dwc:endTimeOfDay '12.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.077555'^^xsd:double;
  dwc:startLongitude '-10.077555'^^xsd:double;
  dwc:endLongitude '-10.077555'^^xsd:double;
  dwc:latitude '53.452063'^^xsd:double;
  dwc:startLatitude '53.452063'^^xsd:double;
  dwc:endLatitude '53.452063'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_321'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.467381 -10.075291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.467381"^^xsd:decimal ;
  dwc:decimalLongitude "-10.075291"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.467381 -10.075291)"^^geo:wktLiteral ;
  geo-pos:lat "53.467381"^^xsd:decimal ;
  geo-pos:long "-10.075291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_94'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=94'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:startTimeOfDay '12.75'^^xsd:double;
  dwc:endTimeOfDay '12.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.075291'^^xsd:double;
  dwc:startLongitude '-10.075291'^^xsd:double;
  dwc:endLongitude '-10.075291'^^xsd:double;
  dwc:latitude '53.467381'^^xsd:double;
  dwc:startLatitude '53.467381'^^xsd:double;
  dwc:endLatitude '53.467381'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_94'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.678616 -10.073554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.678616"^^xsd:decimal ;
  dwc:decimalLongitude "-10.073554"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.678616 -10.073554)"^^geo:wktLiteral ;
  geo-pos:lat "53.678616"^^xsd:decimal ;
  geo-pos:long "-10.073554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_319'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=319'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:startTimeOfDay '14.516666666667'^^xsd:double;
  dwc:endTimeOfDay '14.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.073554'^^xsd:double;
  dwc:startLongitude '-10.073554'^^xsd:double;
  dwc:endLongitude '-10.073554'^^xsd:double;
  dwc:latitude '53.678616'^^xsd:double;
  dwc:startLatitude '53.678616'^^xsd:double;
  dwc:endLatitude '53.678616'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_319'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.679566 -10.070573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.679566"^^xsd:decimal ;
  dwc:decimalLongitude "-10.070573"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.679566 -10.070573)"^^geo:wktLiteral ;
  geo-pos:lat "53.679566"^^xsd:decimal ;
  geo-pos:long "-10.070573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_318'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=318'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:startTimeOfDay '14.516666666667'^^xsd:double;
  dwc:endTimeOfDay '14.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.070573'^^xsd:double;
  dwc:startLongitude '-10.070573'^^xsd:double;
  dwc:endLongitude '-10.070573'^^xsd:double;
  dwc:latitude '53.679566'^^xsd:double;
  dwc:startLatitude '53.679566'^^xsd:double;
  dwc:endLatitude '53.679566'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_318'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.507921 -10.069733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.507921"^^xsd:decimal ;
  dwc:decimalLongitude "-10.069733"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.507921 -10.069733)"^^geo:wktLiteral ;
  geo-pos:lat "53.507921"^^xsd:decimal ;
  geo-pos:long "-10.069733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_93'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=93'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:startTimeOfDay '12.433333333333'^^xsd:double;
  dwc:endTimeOfDay '12.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.069733'^^xsd:double;
  dwc:startLongitude '-10.069733'^^xsd:double;
  dwc:endLongitude '-10.069733'^^xsd:double;
  dwc:latitude '53.507921'^^xsd:double;
  dwc:startLatitude '53.507921'^^xsd:double;
  dwc:endLatitude '53.507921'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_93'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.410859 -10.069529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.410859"^^xsd:decimal ;
  dwc:decimalLongitude "-10.069529"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.410859 -10.069529)"^^geo:wktLiteral ;
  geo-pos:lat "53.410859"^^xsd:decimal ;
  geo-pos:long "-10.069529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_99'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=99'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:startTimeOfDay '13.183333333333'^^xsd:double;
  dwc:endTimeOfDay '13.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.069529'^^xsd:double;
  dwc:startLongitude '-10.069529'^^xsd:double;
  dwc:endLongitude '-10.069529'^^xsd:double;
  dwc:latitude '53.410859'^^xsd:double;
  dwc:startLatitude '53.410859'^^xsd:double;
  dwc:endLatitude '53.410859'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_99'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.682286 -10.069193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.682286"^^xsd:decimal ;
  dwc:decimalLongitude "-10.069193"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.682286 -10.069193)"^^geo:wktLiteral ;
  geo-pos:lat "53.682286"^^xsd:decimal ;
  geo-pos:long "-10.069193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_316'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=316'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:startTimeOfDay '14.516666666667'^^xsd:double;
  dwc:endTimeOfDay '14.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.069193'^^xsd:double;
  dwc:startLongitude '-10.069193'^^xsd:double;
  dwc:endLongitude '-10.069193'^^xsd:double;
  dwc:latitude '53.682286'^^xsd:double;
  dwc:startLatitude '53.682286'^^xsd:double;
  dwc:endLatitude '53.682286'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_316'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.680516 -10.067592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.680516"^^xsd:decimal ;
  dwc:decimalLongitude "-10.067592"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.680516 -10.067592)"^^geo:wktLiteral ;
  geo-pos:lat "53.680516"^^xsd:decimal ;
  geo-pos:long "-10.067592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_317'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=317'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:startTimeOfDay '14.516666666667'^^xsd:double;
  dwc:endTimeOfDay '14.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.067592'^^xsd:double;
  dwc:startLongitude '-10.067592'^^xsd:double;
  dwc:endLongitude '-10.067592'^^xsd:double;
  dwc:latitude '53.680516'^^xsd:double;
  dwc:startLatitude '53.680516'^^xsd:double;
  dwc:endLatitude '53.680516'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_317'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.309072 -10.058809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.309072"^^xsd:decimal ;
  dwc:decimalLongitude "-10.058809"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.309072 -10.058809)"^^geo:wktLiteral ;
  geo-pos:lat "52.309072"^^xsd:decimal ;
  geo-pos:long "-10.058809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_354'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=354'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.058809'^^xsd:double;
  dwc:startLongitude '-10.058809'^^xsd:double;
  dwc:endLongitude '-10.058809'^^xsd:double;
  dwc:latitude '52.309072'^^xsd:double;
  dwc:startLatitude '52.309072'^^xsd:double;
  dwc:endLatitude '52.309072'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_354'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.109356 -10.058291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.109356"^^xsd:decimal ;
  dwc:decimalLongitude "-10.058291"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.109356 -10.058291)"^^geo:wktLiteral ;
  geo-pos:lat "54.109356"^^xsd:decimal ;
  geo-pos:long "-10.058291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_59'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=59'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.058291'^^xsd:double;
  dwc:startLongitude '-10.058291'^^xsd:double;
  dwc:endLongitude '-10.058291'^^xsd:double;
  dwc:latitude '54.109356'^^xsd:double;
  dwc:startLatitude '54.109356'^^xsd:double;
  dwc:endLatitude '54.109356'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:relatedCatalogItem '431_59'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '27'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.110306 -10.055279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.110306"^^xsd:decimal ;
  dwc:decimalLongitude "-10.055279"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.110306 -10.055279)"^^geo:wktLiteral ;
  geo-pos:lat "54.110306"^^xsd:decimal ;
  geo-pos:long "-10.055279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_60'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=60'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.055279'^^xsd:double;
  dwc:startLongitude '-10.055279'^^xsd:double;
  dwc:endLongitude '-10.055279'^^xsd:double;
  dwc:latitude '54.110306'^^xsd:double;
  dwc:startLatitude '54.110306'^^xsd:double;
  dwc:endLatitude '54.110306'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_60'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.768934 -10.051521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.768934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.051521"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.768934 -10.051521)"^^geo:wktLiteral ;
  geo-pos:lat "51.768934"^^xsd:decimal ;
  geo-pos:long "-10.051521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_170'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=170'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:startTimeOfDay '13.566666666667'^^xsd:double;
  dwc:endTimeOfDay '13.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.051521'^^xsd:double;
  dwc:startLongitude '-10.051521'^^xsd:double;
  dwc:endLongitude '-10.051521'^^xsd:double;
  dwc:latitude '51.768934'^^xsd:double;
  dwc:startLatitude '51.768934'^^xsd:double;
  dwc:endLatitude '51.768934'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:relatedCatalogItem '431_170'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '24'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.772552 -10.050236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.772552"^^xsd:decimal ;
  dwc:decimalLongitude "-10.050236"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.772552 -10.050236)"^^geo:wktLiteral ;
  geo-pos:lat "51.772552"^^xsd:decimal ;
  geo-pos:long "-10.050236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_171'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=171'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:startTimeOfDay '13.566666666667'^^xsd:double;
  dwc:endTimeOfDay '13.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.050236'^^xsd:double;
  dwc:startLongitude '-10.050236'^^xsd:double;
  dwc:endLongitude '-10.050236'^^xsd:double;
  dwc:latitude '51.772552'^^xsd:double;
  dwc:startLatitude '51.772552'^^xsd:double;
  dwc:endLatitude '51.772552'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:relatedCatalogItem '431_171'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '21'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.768959 -10.050074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.768959"^^xsd:decimal ;
  dwc:decimalLongitude "-10.050074"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.768959 -10.050074)"^^geo:wktLiteral ;
  geo-pos:lat "51.768959"^^xsd:decimal ;
  geo-pos:long "-10.050074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_169'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=169'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:startTimeOfDay '13.566666666667'^^xsd:double;
  dwc:endTimeOfDay '13.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.050074'^^xsd:double;
  dwc:startLongitude '-10.050074'^^xsd:double;
  dwc:endLongitude '-10.050074'^^xsd:double;
  dwc:latitude '51.768959'^^xsd:double;
  dwc:startLatitude '51.768959'^^xsd:double;
  dwc:endLatitude '51.768959'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_169'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.404012 -10.049645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.404012"^^xsd:decimal ;
  dwc:decimalLongitude "-10.049645"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.404012 -10.049645)"^^geo:wktLiteral ;
  geo-pos:lat "53.404012"^^xsd:decimal ;
  geo-pos:long "-10.049645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_100'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=100'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:startTimeOfDay '13.2'^^xsd:double;
  dwc:endTimeOfDay '13.2'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.049645'^^xsd:double;
  dwc:startLongitude '-10.049645'^^xsd:double;
  dwc:endLongitude '-10.049645'^^xsd:double;
  dwc:latitude '53.404012'^^xsd:double;
  dwc:startLatitude '53.404012'^^xsd:double;
  dwc:endLatitude '53.404012'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_100'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.383383 -10.047151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.383383"^^xsd:decimal ;
  dwc:decimalLongitude "-10.047151"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.383383 -10.047151)"^^geo:wktLiteral ;
  geo-pos:lat "53.383383"^^xsd:decimal ;
  geo-pos:long "-10.047151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_334'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=334'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:startTimeOfDay '13.233333333333'^^xsd:double;
  dwc:endTimeOfDay '13.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.047151'^^xsd:double;
  dwc:startLongitude '-10.047151'^^xsd:double;
  dwc:endLongitude '-10.047151'^^xsd:double;
  dwc:latitude '53.383383'^^xsd:double;
  dwc:startLatitude '53.383383'^^xsd:double;
  dwc:endLatitude '53.383383'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_334'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378893 -10.046935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.378893"^^xsd:decimal ;
  dwc:decimalLongitude "-10.046935"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378893 -10.046935)"^^geo:wktLiteral ;
  geo-pos:lat "53.378893"^^xsd:decimal ;
  geo-pos:long "-10.046935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_335'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=335'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:startTimeOfDay '13.233333333333'^^xsd:double;
  dwc:endTimeOfDay '13.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.046935'^^xsd:double;
  dwc:startLongitude '-10.046935'^^xsd:double;
  dwc:endLongitude '-10.046935'^^xsd:double;
  dwc:latitude '53.378893'^^xsd:double;
  dwc:startLatitude '53.378893'^^xsd:double;
  dwc:endLatitude '53.378893'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_335'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382537 -10.044104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382537"^^xsd:decimal ;
  dwc:decimalLongitude "-10.044104"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382537 -10.044104)"^^geo:wktLiteral ;
  geo-pos:lat "53.382537"^^xsd:decimal ;
  geo-pos:long "-10.044104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_341'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=341'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.266666666667'^^xsd:double;
  dwc:startTimeOfDay '13.266666666667'^^xsd:double;
  dwc:endTimeOfDay '13.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.044104'^^xsd:double;
  dwc:startLongitude '-10.044104'^^xsd:double;
  dwc:endLongitude '-10.044104'^^xsd:double;
  dwc:latitude '53.382537'^^xsd:double;
  dwc:startLatitude '53.382537'^^xsd:double;
  dwc:endLatitude '53.382537'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_341'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379843 -10.043975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379843"^^xsd:decimal ;
  dwc:decimalLongitude "-10.043975"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379843 -10.043975)"^^geo:wktLiteral ;
  geo-pos:lat "53.379843"^^xsd:decimal ;
  geo-pos:long "-10.043975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_336'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=336'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:startTimeOfDay '13.233333333333'^^xsd:double;
  dwc:endTimeOfDay '13.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.043975'^^xsd:double;
  dwc:startLongitude '-10.043975'^^xsd:double;
  dwc:endLongitude '-10.043975'^^xsd:double;
  dwc:latitude '53.379843'^^xsd:double;
  dwc:startLatitude '53.379843'^^xsd:double;
  dwc:endLatitude '53.379843'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_336'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.710643 -10.040287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.710643"^^xsd:decimal ;
  dwc:decimalLongitude "-10.040287"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.710643 -10.040287)"^^geo:wktLiteral ;
  geo-pos:lat "53.710643"^^xsd:decimal ;
  geo-pos:long "-10.040287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_315'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=315'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:startTimeOfDay '14.55'^^xsd:double;
  dwc:endTimeOfDay '14.55'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.040287'^^xsd:double;
  dwc:startLongitude '-10.040287'^^xsd:double;
  dwc:endLongitude '-10.040287'^^xsd:double;
  dwc:latitude '53.710643'^^xsd:double;
  dwc:startLatitude '53.710643'^^xsd:double;
  dwc:endLatitude '53.710643'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_315'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.377277 -10.036337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.377277"^^xsd:decimal ;
  dwc:decimalLongitude "-10.036337"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.377277 -10.036337)"^^geo:wktLiteral ;
  geo-pos:lat "53.377277"^^xsd:decimal ;
  geo-pos:long "-10.036337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_340'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=340'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:startTimeOfDay '13.25'^^xsd:double;
  dwc:endTimeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.036337'^^xsd:double;
  dwc:startLongitude '-10.036337'^^xsd:double;
  dwc:endLongitude '-10.036337'^^xsd:double;
  dwc:latitude '53.377277'^^xsd:double;
  dwc:startLatitude '53.377277'^^xsd:double;
  dwc:endLatitude '53.377277'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_340'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.375481 -10.036251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.375481"^^xsd:decimal ;
  dwc:decimalLongitude "-10.036251"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.375481 -10.036251)"^^geo:wktLiteral ;
  geo-pos:lat "53.375481"^^xsd:decimal ;
  geo-pos:long "-10.036251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_337'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=337'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:startTimeOfDay '13.25'^^xsd:double;
  dwc:endTimeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.036251'^^xsd:double;
  dwc:startLongitude '-10.036251'^^xsd:double;
  dwc:endLongitude '-10.036251'^^xsd:double;
  dwc:latitude '53.375481'^^xsd:double;
  dwc:startLatitude '53.375481'^^xsd:double;
  dwc:endLatitude '53.375481'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_337'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.183427 -10.035923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.183427"^^xsd:decimal ;
  dwc:decimalLongitude "-10.035923"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.183427 -10.035923)"^^geo:wktLiteral ;
  geo-pos:lat "54.183427"^^xsd:decimal ;
  geo-pos:long "-10.035923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_61'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=61'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.116666666667'^^xsd:double;
  dwc:startTimeOfDay '12.116666666667'^^xsd:double;
  dwc:endTimeOfDay '12.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.035923'^^xsd:double;
  dwc:startLongitude '-10.035923'^^xsd:double;
  dwc:endLongitude '-10.035923'^^xsd:double;
  dwc:latitude '54.183427'^^xsd:double;
  dwc:startLatitude '54.183427'^^xsd:double;
  dwc:endLatitude '54.183427'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_61'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37371 -10.034664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.37371"^^xsd:decimal ;
  dwc:decimalLongitude "-10.034664"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37371 -10.034664)"^^geo:wktLiteral ;
  geo-pos:lat "53.37371"^^xsd:decimal ;
  geo-pos:long "-10.034664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_339'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=339'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:startTimeOfDay '13.25'^^xsd:double;
  dwc:endTimeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.034664'^^xsd:double;
  dwc:startLongitude '-10.034664'^^xsd:double;
  dwc:endLongitude '-10.034664'^^xsd:double;
  dwc:latitude '53.37371'^^xsd:double;
  dwc:startLatitude '53.37371'^^xsd:double;
  dwc:endLatitude '53.37371'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_339'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.373736 -10.033162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.373736"^^xsd:decimal ;
  dwc:decimalLongitude "-10.033162"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.373736 -10.033162)"^^geo:wktLiteral ;
  geo-pos:lat "53.373736"^^xsd:decimal ;
  geo-pos:long "-10.033162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_338'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=338'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:startTimeOfDay '13.25'^^xsd:double;
  dwc:endTimeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.033162'^^xsd:double;
  dwc:startLongitude '-10.033162'^^xsd:double;
  dwc:endLongitude '-10.033162'^^xsd:double;
  dwc:latitude '53.373736'^^xsd:double;
  dwc:startLatitude '53.373736'^^xsd:double;
  dwc:endLatitude '53.373736'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_338'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.292887 -10.03082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.292887"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03082"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.292887 -10.03082)"^^geo:wktLiteral ;
  geo-pos:lat "53.292887"^^xsd:decimal ;
  geo-pos:long "-10.03082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_342'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=342'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:startTimeOfDay '13.366666666667'^^xsd:double;
  dwc:endTimeOfDay '13.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.03082'^^xsd:double;
  dwc:startLongitude '-10.03082'^^xsd:double;
  dwc:endLongitude '-10.03082'^^xsd:double;
  dwc:latitude '53.292887'^^xsd:double;
  dwc:startLatitude '53.292887'^^xsd:double;
  dwc:endLatitude '53.292887'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_342'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.284199 -10.028604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.284199"^^xsd:decimal ;
  dwc:decimalLongitude "-10.028604"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.284199 -10.028604)"^^geo:wktLiteral ;
  geo-pos:lat "54.284199"^^xsd:decimal ;
  geo-pos:long "-10.028604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_287'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=287'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15.033333333333'^^xsd:double;
  dwc:startTimeOfDay '15.033333333333'^^xsd:double;
  dwc:endTimeOfDay '15.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.028604'^^xsd:double;
  dwc:startLongitude '-10.028604'^^xsd:double;
  dwc:endLongitude '-10.028604'^^xsd:double;
  dwc:latitude '54.284199'^^xsd:double;
  dwc:startLatitude '54.284199'^^xsd:double;
  dwc:endLatitude '54.284199'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_287'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.715441 -10.022338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.715441"^^xsd:decimal ;
  dwc:decimalLongitude "-10.022338"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.715441 -10.022338)"^^geo:wktLiteral ;
  geo-pos:lat "53.715441"^^xsd:decimal ;
  geo-pos:long "-10.022338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_314'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=314'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.416666666667'^^xsd:double;
  dwc:startTimeOfDay '14.416666666667'^^xsd:double;
  dwc:endTimeOfDay '14.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.022338'^^xsd:double;
  dwc:startLongitude '-10.022338'^^xsd:double;
  dwc:endLongitude '-10.022338'^^xsd:double;
  dwc:latitude '53.715441'^^xsd:double;
  dwc:startLatitude '53.715441'^^xsd:double;
  dwc:endLatitude '53.715441'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_314'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.326921 -10.014157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.326921"^^xsd:decimal ;
  dwc:decimalLongitude "-10.014157"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.326921 -10.014157)"^^geo:wktLiteral ;
  geo-pos:lat "52.326921"^^xsd:decimal ;
  geo-pos:long "-10.014157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_353'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=353'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14.133333333333'^^xsd:double;
  dwc:startTimeOfDay '14.133333333333'^^xsd:double;
  dwc:endTimeOfDay '14.133333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.014157'^^xsd:double;
  dwc:startLongitude '-10.014157'^^xsd:double;
  dwc:endLongitude '-10.014157'^^xsd:double;
  dwc:latitude '52.326921'^^xsd:double;
  dwc:startLatitude '52.326921'^^xsd:double;
  dwc:endLatitude '52.326921'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_353'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25904 -10.012728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25904"^^xsd:decimal ;
  dwc:decimalLongitude "-10.012728"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25904 -10.012728)"^^geo:wktLiteral ;
  geo-pos:lat "53.25904"^^xsd:decimal ;
  geo-pos:long "-10.012728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_343'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=343'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:startTimeOfDay '13.383333333333'^^xsd:double;
  dwc:endTimeOfDay '13.383333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.012728'^^xsd:double;
  dwc:startLongitude '-10.012728'^^xsd:double;
  dwc:endLongitude '-10.012728'^^xsd:double;
  dwc:latitude '53.25904'^^xsd:double;
  dwc:startLatitude '53.25904'^^xsd:double;
  dwc:endLatitude '53.25904'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_343'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.81178 -10.011789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.81178"^^xsd:decimal ;
  dwc:decimalLongitude "-10.011789"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.81178 -10.011789)"^^geo:wktLiteral ;
  geo-pos:lat "53.81178"^^xsd:decimal ;
  geo-pos:long "-10.011789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_304'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=304'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:startTimeOfDay '13.766666666667'^^xsd:double;
  dwc:endTimeOfDay '13.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.011789'^^xsd:double;
  dwc:startLongitude '-10.011789'^^xsd:double;
  dwc:endLongitude '-10.011789'^^xsd:double;
  dwc:latitude '53.81178'^^xsd:double;
  dwc:startLatitude '53.81178'^^xsd:double;
  dwc:endLatitude '53.81178'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_304'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190124 -10.011734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190124"^^xsd:decimal ;
  dwc:decimalLongitude "-10.011734"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190124 -10.011734)"^^geo:wktLiteral ;
  geo-pos:lat "54.190124"^^xsd:decimal ;
  geo-pos:long "-10.011734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_62'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=62'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:startTimeOfDay '12.15'^^xsd:double;
  dwc:endTimeOfDay '12.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.011734'^^xsd:double;
  dwc:startLongitude '-10.011734'^^xsd:double;
  dwc:endLongitude '-10.011734'^^xsd:double;
  dwc:latitude '54.190124'^^xsd:double;
  dwc:startLatitude '54.190124'^^xsd:double;
  dwc:endLatitude '54.190124'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_62'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.776095 -10.001125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.776095"^^xsd:decimal ;
  dwc:decimalLongitude "-10.001125"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.776095 -10.001125)"^^geo:wktLiteral ;
  geo-pos:lat "51.776095"^^xsd:decimal ;
  geo-pos:long "-10.001125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_172'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=172'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:startTimeOfDay '13.583333333333'^^xsd:double;
  dwc:endTimeOfDay '13.583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-10.001125'^^xsd:double;
  dwc:startLongitude '-10.001125'^^xsd:double;
  dwc:endLongitude '-10.001125'^^xsd:double;
  dwc:latitude '51.776095'^^xsd:double;
  dwc:startLatitude '51.776095'^^xsd:double;
  dwc:endLatitude '51.776095'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_172'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77612 -9.999677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77612"^^xsd:decimal ;
  dwc:decimalLongitude "-9.999677"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77612 -9.999677)"^^geo:wktLiteral ;
  geo-pos:lat "51.77612"^^xsd:decimal ;
  geo-pos:long "-9.999677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_173'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=173'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:startTimeOfDay '13.583333333333'^^xsd:double;
  dwc:endTimeOfDay '13.583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.999677'^^xsd:double;
  dwc:startLongitude '-9.999677'^^xsd:double;
  dwc:endLongitude '-9.999677'^^xsd:double;
  dwc:latitude '51.77612'^^xsd:double;
  dwc:startLatitude '51.77612'^^xsd:double;
  dwc:endLatitude '51.77612'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:relatedCatalogItem '431_173'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '25'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77612 -9.999677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77612"^^xsd:decimal ;
  dwc:decimalLongitude "-9.999677"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77612 -9.999677)"^^geo:wktLiteral ;
  geo-pos:lat "51.77612"^^xsd:decimal ;
  geo-pos:long "-9.999677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_362'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=362'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:startTimeOfDay '13.583333333333'^^xsd:double;
  dwc:endTimeOfDay '13.583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.999677'^^xsd:double;
  dwc:startLongitude '-9.999677'^^xsd:double;
  dwc:endLongitude '-9.999677'^^xsd:double;
  dwc:latitude '51.77612'^^xsd:double;
  dwc:startLatitude '51.77612'^^xsd:double;
  dwc:endLatitude '51.77612'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_362'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.309929 -9.994523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.309929"^^xsd:decimal ;
  dwc:decimalLongitude "-9.994523"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.309929 -9.994523)"^^geo:wktLiteral ;
  geo-pos:lat "54.309929"^^xsd:decimal ;
  geo-pos:long "-9.994523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_286'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=286'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.994523'^^xsd:double;
  dwc:startLongitude '-9.994523'^^xsd:double;
  dwc:endLongitude '-9.994523'^^xsd:double;
  dwc:latitude '54.309929'^^xsd:double;
  dwc:startLatitude '54.309929'^^xsd:double;
  dwc:endLatitude '54.309929'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_286'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.188709 -9.988681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.188709"^^xsd:decimal ;
  dwc:decimalLongitude "-9.988681"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.188709 -9.988681)"^^geo:wktLiteral ;
  geo-pos:lat "54.188709"^^xsd:decimal ;
  geo-pos:long "-9.988681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_63'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=63'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:startTimeOfDay '12.233333333333'^^xsd:double;
  dwc:endTimeOfDay '12.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.988681'^^xsd:double;
  dwc:startLongitude '-9.988681'^^xsd:double;
  dwc:endLongitude '-9.988681'^^xsd:double;
  dwc:latitude '54.188709'^^xsd:double;
  dwc:startLatitude '54.188709'^^xsd:double;
  dwc:endLatitude '54.188709'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_63'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.254952 -9.988557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.254952"^^xsd:decimal ;
  dwc:decimalLongitude "-9.988557"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.254952 -9.988557)"^^geo:wktLiteral ;
  geo-pos:lat "53.254952"^^xsd:decimal ;
  geo-pos:long "-9.988557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_344'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=344'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:startTimeOfDay '13.383333333333'^^xsd:double;
  dwc:endTimeOfDay '13.383333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.988557'^^xsd:double;
  dwc:startLongitude '-9.988557'^^xsd:double;
  dwc:endLongitude '-9.988557'^^xsd:double;
  dwc:latitude '53.254952'^^xsd:double;
  dwc:startLatitude '53.254952'^^xsd:double;
  dwc:endLatitude '53.254952'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_344'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190581 -9.984174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190581"^^xsd:decimal ;
  dwc:decimalLongitude "-9.984174"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190581 -9.984174)"^^geo:wktLiteral ;
  geo-pos:lat "54.190581"^^xsd:decimal ;
  geo-pos:long "-9.984174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_64'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=64'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:startTimeOfDay '12.233333333333'^^xsd:double;
  dwc:endTimeOfDay '12.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.984174'^^xsd:double;
  dwc:startLongitude '-9.984174'^^xsd:double;
  dwc:endLongitude '-9.984174'^^xsd:double;
  dwc:latitude '54.190581'^^xsd:double;
  dwc:startLatitude '54.190581'^^xsd:double;
  dwc:endLatitude '54.190581'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_64'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.56341 -9.977337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.56341"^^xsd:decimal ;
  dwc:decimalLongitude "-9.977337"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.56341 -9.977337)"^^geo:wktLiteral ;
  geo-pos:lat "53.56341"^^xsd:decimal ;
  geo-pos:long "-9.977337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_89'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=89'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:startTimeOfDay '15.4'^^xsd:double;
  dwc:endTimeOfDay '15.4'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.977337'^^xsd:double;
  dwc:startLongitude '-9.977337'^^xsd:double;
  dwc:endLongitude '-9.977337'^^xsd:double;
  dwc:latitude '53.56341'^^xsd:double;
  dwc:startLatitude '53.56341'^^xsd:double;
  dwc:endLatitude '53.56341'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_89'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.089384 -9.974254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.089384"^^xsd:decimal ;
  dwc:decimalLongitude "-9.974254"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.089384 -9.974254)"^^geo:wktLiteral ;
  geo-pos:lat "52.089384"^^xsd:decimal ;
  geo-pos:long "-9.974254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_163'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=163'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '16.116666666667'^^xsd:double;
  dwc:startTimeOfDay '16.116666666667'^^xsd:double;
  dwc:endTimeOfDay '16.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.974254'^^xsd:double;
  dwc:startLongitude '-9.974254'^^xsd:double;
  dwc:endLongitude '-9.974254'^^xsd:double;
  dwc:latitude '52.089384'^^xsd:double;
  dwc:startLatitude '52.089384'^^xsd:double;
  dwc:endLatitude '52.089384'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_163'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.70285 -9.973295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.70285"^^xsd:decimal ;
  dwc:decimalLongitude "-9.973295"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.70285 -9.973295)"^^geo:wktLiteral ;
  geo-pos:lat "51.70285"^^xsd:decimal ;
  geo-pos:long "-9.973295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_194'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=194'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.683333333333'^^xsd:double;
  dwc:startTimeOfDay '14.683333333333'^^xsd:double;
  dwc:endTimeOfDay '14.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.973295'^^xsd:double;
  dwc:startLongitude '-9.973295'^^xsd:double;
  dwc:endLongitude '-9.973295'^^xsd:double;
  dwc:latitude '51.70285'^^xsd:double;
  dwc:startLatitude '51.70285'^^xsd:double;
  dwc:endLatitude '51.70285'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_194'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.660894 -9.951637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.660894"^^xsd:decimal ;
  dwc:decimalLongitude "-9.951637"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.660894 -9.951637)"^^geo:wktLiteral ;
  geo-pos:lat "53.660894"^^xsd:decimal ;
  geo-pos:long "-9.951637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_307'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=307'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.6'^^xsd:double;
  dwc:startTimeOfDay '14.6'^^xsd:double;
  dwc:endTimeOfDay '14.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.951637'^^xsd:double;
  dwc:startLongitude '-9.951637'^^xsd:double;
  dwc:endLongitude '-9.951637'^^xsd:double;
  dwc:latitude '53.660894'^^xsd:double;
  dwc:startLatitude '53.660894'^^xsd:double;
  dwc:endLatitude '53.660894'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_307'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.659122 -9.950042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.659122"^^xsd:decimal ;
  dwc:decimalLongitude "-9.950042"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.659122 -9.950042)"^^geo:wktLiteral ;
  geo-pos:lat "53.659122"^^xsd:decimal ;
  geo-pos:long "-9.950042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_308'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=308'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.616666666667'^^xsd:double;
  dwc:startTimeOfDay '14.616666666667'^^xsd:double;
  dwc:endTimeOfDay '14.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.950042'^^xsd:double;
  dwc:startLongitude '-9.950042'^^xsd:double;
  dwc:endLongitude '-9.950042'^^xsd:double;
  dwc:latitude '53.659122'^^xsd:double;
  dwc:startLatitude '53.659122'^^xsd:double;
  dwc:endLatitude '53.659122'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_308'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.01241 -9.943642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.01241"^^xsd:decimal ;
  dwc:decimalLongitude "-9.943642"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.01241 -9.943642)"^^geo:wktLiteral ;
  geo-pos:lat "54.01241"^^xsd:decimal ;
  geo-pos:long "-9.943642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_66'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=66'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:startTimeOfDay '12.533333333333'^^xsd:double;
  dwc:endTimeOfDay '12.533333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.943642'^^xsd:double;
  dwc:startLongitude '-9.943642'^^xsd:double;
  dwc:endLongitude '-9.943642'^^xsd:double;
  dwc:latitude '54.01241'^^xsd:double;
  dwc:startLatitude '54.01241'^^xsd:double;
  dwc:endLatitude '54.01241'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_66'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.233054 -9.929383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.233054"^^xsd:decimal ;
  dwc:decimalLongitude "-9.929383"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.233054 -9.929383)"^^geo:wktLiteral ;
  geo-pos:lat "52.233054"^^xsd:decimal ;
  geo-pos:long "-9.929383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_355'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=355'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '13.95'^^xsd:double;
  dwc:startTimeOfDay '13.95'^^xsd:double;
  dwc:endTimeOfDay '13.95'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.929383'^^xsd:double;
  dwc:startLongitude '-9.929383'^^xsd:double;
  dwc:endLongitude '-9.929383'^^xsd:double;
  dwc:latitude '52.233054'^^xsd:double;
  dwc:startLatitude '52.233054'^^xsd:double;
  dwc:endLatitude '52.233054'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '431_355'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.918292 -9.92861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.918292"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92861"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.918292 -9.92861)"^^geo:wktLiteral ;
  geo-pos:lat "53.918292"^^xsd:decimal ;
  geo-pos:long "-9.92861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_78'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=78'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:startTimeOfDay '13.9'^^xsd:double;
  dwc:endTimeOfDay '13.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.92861'^^xsd:double;
  dwc:startLongitude '-9.92861'^^xsd:double;
  dwc:endLongitude '-9.92861'^^xsd:double;
  dwc:latitude '53.918292'^^xsd:double;
  dwc:startLatitude '53.918292'^^xsd:double;
  dwc:endLatitude '53.918292'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_78'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.810592 -9.927238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.810592"^^xsd:decimal ;
  dwc:decimalLongitude "-9.927238"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.810592 -9.927238)"^^geo:wktLiteral ;
  geo-pos:lat "51.810592"^^xsd:decimal ;
  geo-pos:long "-9.927238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_175'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=175'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:startTimeOfDay '13.833333333333'^^xsd:double;
  dwc:endTimeOfDay '13.833333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.927238'^^xsd:double;
  dwc:startLongitude '-9.927238'^^xsd:double;
  dwc:endLongitude '-9.927238'^^xsd:double;
  dwc:latitude '51.810592'^^xsd:double;
  dwc:startLatitude '51.810592'^^xsd:double;
  dwc:endLatitude '51.810592'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_175'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.003022 -9.912696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.003022"^^xsd:decimal ;
  dwc:decimalLongitude "-9.912696"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.003022 -9.912696)"^^geo:wktLiteral ;
  geo-pos:lat "54.003022"^^xsd:decimal ;
  geo-pos:long "-9.912696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_65'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=65'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:startTimeOfDay '12.533333333333'^^xsd:double;
  dwc:endTimeOfDay '12.533333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.912696'^^xsd:double;
  dwc:startLongitude '-9.912696'^^xsd:double;
  dwc:endLongitude '-9.912696'^^xsd:double;
  dwc:latitude '54.003022'^^xsd:double;
  dwc:startLatitude '54.003022'^^xsd:double;
  dwc:endLatitude '54.003022'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_65'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33943 -9.910531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.33943"^^xsd:decimal ;
  dwc:decimalLongitude "-9.910531"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33943 -9.910531)"^^geo:wktLiteral ;
  geo-pos:lat "52.33943"^^xsd:decimal ;
  geo-pos:long "-9.910531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_352'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=352'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:startTimeOfDay '13.666666666667'^^xsd:double;
  dwc:endTimeOfDay '13.666666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.910531'^^xsd:double;
  dwc:startLongitude '-9.910531'^^xsd:double;
  dwc:endLongitude '-9.910531'^^xsd:double;
  dwc:latitude '52.33943'^^xsd:double;
  dwc:startLatitude '52.33943'^^xsd:double;
  dwc:endLatitude '52.33943'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_352'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.75774 -9.909112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.75774"^^xsd:decimal ;
  dwc:decimalLongitude "-9.909112"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.75774 -9.909112)"^^geo:wktLiteral ;
  geo-pos:lat "53.75774"^^xsd:decimal ;
  geo-pos:long "-9.909112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_306'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=306'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:startTimeOfDay '14.366666666667'^^xsd:double;
  dwc:endTimeOfDay '14.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.909112'^^xsd:double;
  dwc:startLongitude '-9.909112'^^xsd:double;
  dwc:endLongitude '-9.909112'^^xsd:double;
  dwc:latitude '53.75774'^^xsd:double;
  dwc:startLatitude '53.75774'^^xsd:double;
  dwc:endLatitude '53.75774'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_306'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.75774 -9.909112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.75774"^^xsd:decimal ;
  dwc:decimalLongitude "-9.909112"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.75774 -9.909112)"^^geo:wktLiteral ;
  geo-pos:lat "53.75774"^^xsd:decimal ;
  geo-pos:long "-9.909112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_88'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=88'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:startTimeOfDay '14.366666666667'^^xsd:double;
  dwc:endTimeOfDay '14.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.909112'^^xsd:double;
  dwc:startLongitude '-9.909112'^^xsd:double;
  dwc:endLongitude '-9.909112'^^xsd:double;
  dwc:latitude '53.75774'^^xsd:double;
  dwc:startLatitude '53.75774'^^xsd:double;
  dwc:endLatitude '53.75774'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_88'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.757764 -9.907597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.757764"^^xsd:decimal ;
  dwc:decimalLongitude "-9.907597"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.757764 -9.907597)"^^geo:wktLiteral ;
  geo-pos:lat "53.757764"^^xsd:decimal ;
  geo-pos:long "-9.907597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_87'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=87'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:startTimeOfDay '14.366666666667'^^xsd:double;
  dwc:endTimeOfDay '14.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.907597'^^xsd:double;
  dwc:startLongitude '-9.907597'^^xsd:double;
  dwc:endLongitude '-9.907597'^^xsd:double;
  dwc:latitude '53.757764'^^xsd:double;
  dwc:startLatitude '53.757764'^^xsd:double;
  dwc:endLatitude '53.757764'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:relatedCatalogItem '431_87'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '19'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.034597 -9.904986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.034597"^^xsd:decimal ;
  dwc:decimalLongitude "-9.904986"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.034597 -9.904986)"^^geo:wktLiteral ;
  geo-pos:lat "54.034597"^^xsd:decimal ;
  geo-pos:long "-9.904986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_295'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=295'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:startTimeOfDay '12.5'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.904986'^^xsd:double;
  dwc:startLongitude '-9.904986'^^xsd:double;
  dwc:endLongitude '-9.904986'^^xsd:double;
  dwc:latitude '54.034597'^^xsd:double;
  dwc:startLatitude '54.034597'^^xsd:double;
  dwc:endLatitude '54.034597'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_295'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.031903 -9.904862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.031903"^^xsd:decimal ;
  dwc:decimalLongitude "-9.904862"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.031903 -9.904862)"^^geo:wktLiteral ;
  geo-pos:lat "54.031903"^^xsd:decimal ;
  geo-pos:long "-9.904862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_296'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=296'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:startTimeOfDay '12.5'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.904862'^^xsd:double;
  dwc:startLongitude '-9.904862'^^xsd:double;
  dwc:endLongitude '-9.904862'^^xsd:double;
  dwc:latitude '54.031903'^^xsd:double;
  dwc:startLatitude '54.031903'^^xsd:double;
  dwc:endLatitude '54.031903'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_296'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.219728 -9.904299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.219728"^^xsd:decimal ;
  dwc:decimalLongitude "-9.904299"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.219728 -9.904299)"^^geo:wktLiteral ;
  geo-pos:lat "54.219728"^^xsd:decimal ;
  geo-pos:long "-9.904299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_57'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=57'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:startTimeOfDay '14.866666666667'^^xsd:double;
  dwc:endTimeOfDay '14.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.904299'^^xsd:double;
  dwc:startLongitude '-9.904299'^^xsd:double;
  dwc:endLongitude '-9.904299'^^xsd:double;
  dwc:latitude '54.219728'^^xsd:double;
  dwc:startLatitude '54.219728'^^xsd:double;
  dwc:endLatitude '54.219728'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_57'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.22065 -9.902808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.22065"^^xsd:decimal ;
  dwc:decimalLongitude "-9.902808"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.22065 -9.902808)"^^geo:wktLiteral ;
  geo-pos:lat "54.22065"^^xsd:decimal ;
  geo-pos:long "-9.902808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_56'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=56'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:startTimeOfDay '14.866666666667'^^xsd:double;
  dwc:endTimeOfDay '14.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.902808'^^xsd:double;
  dwc:startLongitude '-9.902808'^^xsd:double;
  dwc:endLongitude '-9.902808'^^xsd:double;
  dwc:latitude '54.22065'^^xsd:double;
  dwc:startLatitude '54.22065'^^xsd:double;
  dwc:endLatitude '54.22065'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:relatedCatalogItem '431_56'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '25'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.024767 -9.901484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.024767"^^xsd:decimal ;
  dwc:decimalLongitude "-9.901484"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.024767 -9.901484)"^^geo:wktLiteral ;
  geo-pos:lat "54.024767"^^xsd:decimal ;
  geo-pos:long "-9.901484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_297'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=297'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:startTimeOfDay '12.516666666667'^^xsd:double;
  dwc:endTimeOfDay '12.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.901484'^^xsd:double;
  dwc:startLongitude '-9.901484'^^xsd:double;
  dwc:endLongitude '-9.901484'^^xsd:double;
  dwc:latitude '54.024767'^^xsd:double;
  dwc:startLatitude '54.024767'^^xsd:double;
  dwc:endLatitude '54.024767'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_297'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.410988 -9.899562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.410988"^^xsd:decimal ;
  dwc:decimalLongitude "-9.899562"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.410988 -9.899562)"^^geo:wktLiteral ;
  geo-pos:lat "53.410988"^^xsd:decimal ;
  geo-pos:long "-9.899562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_101'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=101'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:startTimeOfDay '13.6'^^xsd:double;
  dwc:endTimeOfDay '13.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.899562'^^xsd:double;
  dwc:startLongitude '-9.899562'^^xsd:double;
  dwc:endLongitude '-9.899562'^^xsd:double;
  dwc:latitude '53.410988'^^xsd:double;
  dwc:startLatitude '53.410988'^^xsd:double;
  dwc:endLatitude '53.410988'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_101'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.216233 -9.898005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.216233"^^xsd:decimal ;
  dwc:decimalLongitude "-9.898005"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.216233 -9.898005)"^^geo:wktLiteral ;
  geo-pos:lat "54.216233"^^xsd:decimal ;
  geo-pos:long "-9.898005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_55'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=55'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:startTimeOfDay '14.866666666667'^^xsd:double;
  dwc:endTimeOfDay '14.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.898005'^^xsd:double;
  dwc:startLongitude '-9.898005'^^xsd:double;
  dwc:endLongitude '-9.898005'^^xsd:double;
  dwc:latitude '54.216233'^^xsd:double;
  dwc:startLatitude '54.216233'^^xsd:double;
  dwc:endLatitude '54.216233'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_55'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.803002 -9.896464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.803002"^^xsd:decimal ;
  dwc:decimalLongitude "-9.896464"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.803002 -9.896464)"^^geo:wktLiteral ;
  geo-pos:lat "51.803002"^^xsd:decimal ;
  geo-pos:long "-9.896464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_174'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=174'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:startTimeOfDay '13.75'^^xsd:double;
  dwc:endTimeOfDay '13.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.896464'^^xsd:double;
  dwc:startLongitude '-9.896464'^^xsd:double;
  dwc:endLongitude '-9.896464'^^xsd:double;
  dwc:latitude '51.803002'^^xsd:double;
  dwc:startLatitude '51.803002'^^xsd:double;
  dwc:endLatitude '51.803002'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '77'^^xsd:integer;
  dwc:relatedCatalogItem '431_174'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '77'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.982633 -9.894989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.982633"^^xsd:decimal ;
  dwc:decimalLongitude "-9.894989"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.982633 -9.894989)"^^geo:wktLiteral ;
  geo-pos:lat "53.982633"^^xsd:decimal ;
  geo-pos:long "-9.894989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_68'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=68'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:startTimeOfDay '13.983333333333'^^xsd:double;
  dwc:endTimeOfDay '13.983333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.894989'^^xsd:double;
  dwc:startLongitude '-9.894989'^^xsd:double;
  dwc:endLongitude '-9.894989'^^xsd:double;
  dwc:latitude '53.982633'^^xsd:double;
  dwc:startLatitude '53.982633'^^xsd:double;
  dwc:endLatitude '53.982633'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_68'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79501 -9.89033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.79501"^^xsd:decimal ;
  dwc:decimalLongitude "-9.89033"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79501 -9.89033)"^^geo:wktLiteral ;
  geo-pos:lat "51.79501"^^xsd:decimal ;
  geo-pos:long "-9.89033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_363'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=363'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.783333333333'^^xsd:double;
  dwc:startTimeOfDay '13.783333333333'^^xsd:double;
  dwc:endTimeOfDay '13.783333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.89033'^^xsd:double;
  dwc:startLongitude '-9.89033'^^xsd:double;
  dwc:endLongitude '-9.89033'^^xsd:double;
  dwc:latitude '51.79501'^^xsd:double;
  dwc:startLatitude '51.79501'^^xsd:double;
  dwc:endLatitude '51.79501'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_363'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.354669 -9.880532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.354669"^^xsd:decimal ;
  dwc:decimalLongitude "-9.880532"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.354669 -9.880532)"^^geo:wktLiteral ;
  geo-pos:lat "53.354669"^^xsd:decimal ;
  geo-pos:long "-9.880532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_106'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=106'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:startTimeOfDay '13.85'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.880532'^^xsd:double;
  dwc:startLongitude '-9.880532'^^xsd:double;
  dwc:endLongitude '-9.880532'^^xsd:double;
  dwc:latitude '53.354669'^^xsd:double;
  dwc:startLatitude '53.354669'^^xsd:double;
  dwc:endLatitude '53.354669'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_106'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.977484 -9.879511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.977484"^^xsd:decimal ;
  dwc:decimalLongitude "-9.879511"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.977484 -9.879511)"^^geo:wktLiteral ;
  geo-pos:lat "53.977484"^^xsd:decimal ;
  geo-pos:long "-9.879511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_69'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=69'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.879511'^^xsd:double;
  dwc:startLongitude '-9.879511'^^xsd:double;
  dwc:endLongitude '-9.879511'^^xsd:double;
  dwc:latitude '53.977484'^^xsd:double;
  dwc:startLatitude '53.977484'^^xsd:double;
  dwc:endLatitude '53.977484'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_69'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975759 -9.87486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975759"^^xsd:decimal ;
  dwc:decimalLongitude "-9.87486"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975759 -9.87486)"^^geo:wktLiteral ;
  geo-pos:lat "53.975759"^^xsd:decimal ;
  geo-pos:long "-9.87486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_70'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=70'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.87486'^^xsd:double;
  dwc:startLongitude '-9.87486'^^xsd:double;
  dwc:endLongitude '-9.87486'^^xsd:double;
  dwc:latitude '53.975759'^^xsd:double;
  dwc:startLatitude '53.975759'^^xsd:double;
  dwc:endLatitude '53.975759'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:relatedCatalogItem '431_70'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '22'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.234848 -9.873827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.234848"^^xsd:decimal ;
  dwc:decimalLongitude "-9.873827"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.234848 -9.873827)"^^geo:wktLiteral ;
  geo-pos:lat "52.234848"^^xsd:decimal ;
  geo-pos:long "-9.873827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_162'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=162'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '15.233333333333'^^xsd:double;
  dwc:startTimeOfDay '15.233333333333'^^xsd:double;
  dwc:endTimeOfDay '15.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.873827'^^xsd:double;
  dwc:startLongitude '-9.873827'^^xsd:double;
  dwc:endLongitude '-9.873827'^^xsd:double;
  dwc:latitude '52.234848'^^xsd:double;
  dwc:startLatitude '52.234848'^^xsd:double;
  dwc:endLatitude '52.234848'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_162'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.974885 -9.873296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.974885"^^xsd:decimal ;
  dwc:decimalLongitude "-9.873296"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.974885 -9.873296)"^^geo:wktLiteral ;
  geo-pos:lat "53.974885"^^xsd:decimal ;
  geo-pos:long "-9.873296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_71'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=71'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.873296'^^xsd:double;
  dwc:startLongitude '-9.873296'^^xsd:double;
  dwc:endLongitude '-9.873296'^^xsd:double;
  dwc:latitude '53.974885'^^xsd:double;
  dwc:startLatitude '53.974885'^^xsd:double;
  dwc:endLatitude '53.974885'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_71'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.127927 -9.870797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.127927"^^xsd:decimal ;
  dwc:decimalLongitude "-9.870797"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.127927 -9.870797)"^^geo:wktLiteral ;
  geo-pos:lat "52.127927"^^xsd:decimal ;
  geo-pos:long "-9.870797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_164'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=164'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:startTimeOfDay '15.3'^^xsd:double;
  dwc:endTimeOfDay '15.3'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.870797'^^xsd:double;
  dwc:startLongitude '-9.870797'^^xsd:double;
  dwc:endLongitude '-9.870797'^^xsd:double;
  dwc:latitude '52.127927'^^xsd:double;
  dwc:startLatitude '52.127927'^^xsd:double;
  dwc:endLatitude '52.127927'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_164'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.758478 -9.869972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.758478"^^xsd:decimal ;
  dwc:decimalLongitude "-9.869972"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.758478 -9.869972)"^^geo:wktLiteral ;
  geo-pos:lat "51.758478"^^xsd:decimal ;
  geo-pos:long "-9.869972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_193'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=193'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.869972'^^xsd:double;
  dwc:startLongitude '-9.869972'^^xsd:double;
  dwc:endLongitude '-9.869972'^^xsd:double;
  dwc:latitude '51.758478'^^xsd:double;
  dwc:startLatitude '51.758478'^^xsd:double;
  dwc:endLatitude '51.758478'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_193'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.808856 -9.867706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.808856"^^xsd:decimal ;
  dwc:decimalLongitude "-9.867706"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.808856 -9.867706)"^^geo:wktLiteral ;
  geo-pos:lat "51.808856"^^xsd:decimal ;
  geo-pos:long "-9.867706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_176'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=176'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:startTimeOfDay '13.833333333333'^^xsd:double;
  dwc:endTimeOfDay '13.833333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.867706'^^xsd:double;
  dwc:startLongitude '-9.867706'^^xsd:double;
  dwc:endLongitude '-9.867706'^^xsd:double;
  dwc:latitude '51.808856'^^xsd:double;
  dwc:startLatitude '51.808856'^^xsd:double;
  dwc:endLatitude '51.808856'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:relatedCatalogItem '431_176'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '21'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.805377 -9.860311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.805377"^^xsd:decimal ;
  dwc:decimalLongitude "-9.860311"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.805377 -9.860311)"^^geo:wktLiteral ;
  geo-pos:lat "51.805377"^^xsd:decimal ;
  geo-pos:long "-9.860311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_177'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=177'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:startTimeOfDay '13.916666666667'^^xsd:double;
  dwc:endTimeOfDay '13.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.860311'^^xsd:double;
  dwc:startLongitude '-9.860311'^^xsd:double;
  dwc:endLongitude '-9.860311'^^xsd:double;
  dwc:latitude '51.805377'^^xsd:double;
  dwc:startLatitude '51.805377'^^xsd:double;
  dwc:endLatitude '51.805377'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:relatedCatalogItem '431_177'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '28'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.321744 -9.859571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.321744"^^xsd:decimal ;
  dwc:decimalLongitude "-9.859571"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.321744 -9.859571)"^^geo:wktLiteral ;
  geo-pos:lat "53.321744"^^xsd:decimal ;
  geo-pos:long "-9.859571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_109'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=109'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:startTimeOfDay '14.85'^^xsd:double;
  dwc:endTimeOfDay '14.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.859571'^^xsd:double;
  dwc:startLongitude '-9.859571'^^xsd:double;
  dwc:endLongitude '-9.859571'^^xsd:double;
  dwc:latitude '53.321744'^^xsd:double;
  dwc:startLatitude '53.321744'^^xsd:double;
  dwc:endLatitude '53.321744'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_109'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.804502 -9.858825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.804502"^^xsd:decimal ;
  dwc:decimalLongitude "-9.858825"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.804502 -9.858825)"^^geo:wktLiteral ;
  geo-pos:lat "51.804502"^^xsd:decimal ;
  geo-pos:long "-9.858825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_178'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=178'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:startTimeOfDay '13.916666666667'^^xsd:double;
  dwc:endTimeOfDay '13.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.858825'^^xsd:double;
  dwc:startLongitude '-9.858825'^^xsd:double;
  dwc:endLongitude '-9.858825'^^xsd:double;
  dwc:latitude '51.804502'^^xsd:double;
  dwc:startLatitude '51.804502'^^xsd:double;
  dwc:endLatitude '51.804502'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_178'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.324462 -9.858188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.324462"^^xsd:decimal ;
  dwc:decimalLongitude "-9.858188"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.324462 -9.858188)"^^geo:wktLiteral ;
  geo-pos:lat "53.324462"^^xsd:decimal ;
  geo-pos:long "-9.858188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_107'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=107'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:startTimeOfDay '14.85'^^xsd:double;
  dwc:endTimeOfDay '14.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.858188'^^xsd:double;
  dwc:startLongitude '-9.858188'^^xsd:double;
  dwc:endLongitude '-9.858188'^^xsd:double;
  dwc:latitude '53.324462'^^xsd:double;
  dwc:startLatitude '53.324462'^^xsd:double;
  dwc:endLatitude '53.324462'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_107'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.322666 -9.85811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.322666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.85811"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.322666 -9.85811)"^^geo:wktLiteral ;
  geo-pos:lat "53.322666"^^xsd:decimal ;
  geo-pos:long "-9.85811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_108'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=108'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:startTimeOfDay '14.85'^^xsd:double;
  dwc:endTimeOfDay '14.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.85811'^^xsd:double;
  dwc:startLongitude '-9.85811'^^xsd:double;
  dwc:endLongitude '-9.85811'^^xsd:double;
  dwc:latitude '53.322666'^^xsd:double;
  dwc:startLatitude '53.322666'^^xsd:double;
  dwc:endLatitude '53.322666'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:relatedCatalogItem '431_108'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '16'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.996839 -9.848353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.996839"^^xsd:decimal ;
  dwc:decimalLongitude "-9.848353"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.996839 -9.848353)"^^geo:wktLiteral ;
  geo-pos:lat "53.996839"^^xsd:decimal ;
  geo-pos:long "-9.848353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_67'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=67'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:startTimeOfDay '14.016666666667'^^xsd:double;
  dwc:endTimeOfDay '14.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.848353'^^xsd:double;
  dwc:startLongitude '-9.848353'^^xsd:double;
  dwc:endLongitude '-9.848353'^^xsd:double;
  dwc:latitude '53.996839'^^xsd:double;
  dwc:startLatitude '53.996839'^^xsd:double;
  dwc:endLatitude '53.996839'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_67'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.325771 -9.846164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.325771"^^xsd:decimal ;
  dwc:decimalLongitude "-9.846164"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.325771 -9.846164)"^^geo:wktLiteral ;
  geo-pos:lat "54.325771"^^xsd:decimal ;
  geo-pos:long "-9.846164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_285'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=285'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.7'^^xsd:double;
  dwc:startTimeOfDay '14.7'^^xsd:double;
  dwc:endTimeOfDay '14.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.846164'^^xsd:double;
  dwc:startLongitude '-9.846164'^^xsd:double;
  dwc:endLongitude '-9.846164'^^xsd:double;
  dwc:latitude '54.325771'^^xsd:double;
  dwc:startLatitude '54.325771'^^xsd:double;
  dwc:endLatitude '54.325771'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:relatedCatalogItem '431_285'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '16'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.326763 -9.840059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.326763"^^xsd:decimal ;
  dwc:decimalLongitude "-9.840059"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.326763 -9.840059)"^^geo:wktLiteral ;
  geo-pos:lat "54.326763"^^xsd:decimal ;
  geo-pos:long "-9.840059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_284'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=284'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.7'^^xsd:double;
  dwc:startTimeOfDay '14.7'^^xsd:double;
  dwc:endTimeOfDay '14.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.840059'^^xsd:double;
  dwc:startLongitude '-9.840059'^^xsd:double;
  dwc:endLongitude '-9.840059'^^xsd:double;
  dwc:latitude '54.326763'^^xsd:double;
  dwc:startLatitude '54.326763'^^xsd:double;
  dwc:endLatitude '54.326763'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_284'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.143197 -9.839889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.143197"^^xsd:decimal ;
  dwc:decimalLongitude "-9.839889"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.143197 -9.839889)"^^geo:wktLiteral ;
  geo-pos:lat "53.143197"^^xsd:decimal ;
  geo-pos:long "-9.839889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_141'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=141'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.45'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.839889'^^xsd:double;
  dwc:startLongitude '-9.839889'^^xsd:double;
  dwc:endLongitude '-9.839889'^^xsd:double;
  dwc:latitude '53.143197'^^xsd:double;
  dwc:startLatitude '53.143197'^^xsd:double;
  dwc:endLatitude '53.143197'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_141'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.143221 -9.838396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.143221"^^xsd:decimal ;
  dwc:decimalLongitude "-9.838396"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.143221 -9.838396)"^^geo:wktLiteral ;
  geo-pos:lat "53.143221"^^xsd:decimal ;
  geo-pos:long "-9.838396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_140'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=140'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.45'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.838396'^^xsd:double;
  dwc:startLongitude '-9.838396'^^xsd:double;
  dwc:endLongitude '-9.838396'^^xsd:double;
  dwc:latitude '53.143221'^^xsd:double;
  dwc:startLatitude '53.143221'^^xsd:double;
  dwc:endLatitude '53.143221'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_140'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.143267 -9.835408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.143267"^^xsd:decimal ;
  dwc:decimalLongitude "-9.835408"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.143267 -9.835408)"^^geo:wktLiteral ;
  geo-pos:lat "53.143267"^^xsd:decimal ;
  geo-pos:long "-9.835408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_347'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=347'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.45'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.835408'^^xsd:double;
  dwc:startLongitude '-9.835408'^^xsd:double;
  dwc:endLongitude '-9.835408'^^xsd:double;
  dwc:latitude '53.143267'^^xsd:double;
  dwc:startLatitude '53.143267'^^xsd:double;
  dwc:endLatitude '53.143267'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_347'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.540601 -9.833634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.540601"^^xsd:decimal ;
  dwc:decimalLongitude "-9.833634"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.540601 -9.833634)"^^geo:wktLiteral ;
  geo-pos:lat "51.540601"^^xsd:decimal ;
  geo-pos:long "-9.833634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_366'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=366'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:startTimeOfDay '16.5'^^xsd:double;
  dwc:endTimeOfDay '16.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.833634'^^xsd:double;
  dwc:startLongitude '-9.833634'^^xsd:double;
  dwc:endLongitude '-9.833634'^^xsd:double;
  dwc:latitude '51.540601'^^xsd:double;
  dwc:startLatitude '51.540601'^^xsd:double;
  dwc:endLatitude '51.540601'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_366'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.397698 -9.8298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.397698"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8298"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.397698 -9.8298)"^^geo:wktLiteral ;
  geo-pos:lat "53.397698"^^xsd:decimal ;
  geo-pos:long "-9.8298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_102'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=102'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.733333333333'^^xsd:double;
  dwc:startTimeOfDay '13.733333333333'^^xsd:double;
  dwc:endTimeOfDay '13.733333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.8298'^^xsd:double;
  dwc:startLongitude '-9.8298'^^xsd:double;
  dwc:endLongitude '-9.8298'^^xsd:double;
  dwc:latitude '53.397698'^^xsd:double;
  dwc:startLatitude '53.397698'^^xsd:double;
  dwc:endLatitude '53.397698'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_102'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.952193 -9.829618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.952193"^^xsd:decimal ;
  dwc:decimalLongitude "-9.829618"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.952193 -9.829618)"^^geo:wktLiteral ;
  geo-pos:lat "53.952193"^^xsd:decimal ;
  geo-pos:long "-9.829618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_72'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=72'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:startTimeOfDay '14.183333333333'^^xsd:double;
  dwc:endTimeOfDay '14.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.829618'^^xsd:double;
  dwc:startLongitude '-9.829618'^^xsd:double;
  dwc:endLongitude '-9.829618'^^xsd:double;
  dwc:latitude '53.952193'^^xsd:double;
  dwc:startLatitude '53.952193'^^xsd:double;
  dwc:endLatitude '53.952193'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_72'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.334157 -9.82655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.334157"^^xsd:decimal ;
  dwc:decimalLongitude "-9.82655"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.334157 -9.82655)"^^geo:wktLiteral ;
  geo-pos:lat "54.334157"^^xsd:decimal ;
  geo-pos:long "-9.82655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_283'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=283'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.683333333333'^^xsd:double;
  dwc:startTimeOfDay '14.683333333333'^^xsd:double;
  dwc:endTimeOfDay '14.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.82655'^^xsd:double;
  dwc:startLongitude '-9.82655'^^xsd:double;
  dwc:endLongitude '-9.82655'^^xsd:double;
  dwc:latitude '54.334157'^^xsd:double;
  dwc:startLatitude '54.334157'^^xsd:double;
  dwc:endLatitude '54.334157'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_283'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.307077 -9.81992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.307077"^^xsd:decimal ;
  dwc:decimalLongitude "-9.81992"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.307077 -9.81992)"^^geo:wktLiteral ;
  geo-pos:lat "53.307077"^^xsd:decimal ;
  geo-pos:long "-9.81992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_110'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=110'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.81992'^^xsd:double;
  dwc:startLongitude '-9.81992'^^xsd:double;
  dwc:endLongitude '-9.81992'^^xsd:double;
  dwc:latitude '53.307077'^^xsd:double;
  dwc:startLatitude '53.307077'^^xsd:double;
  dwc:endLatitude '53.307077'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:relatedCatalogItem '431_110'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '18'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.958711 -9.814666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.958711"^^xsd:decimal ;
  dwc:decimalLongitude "-9.814666"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.958711 -9.814666)"^^geo:wktLiteral ;
  geo-pos:lat "53.958711"^^xsd:decimal ;
  geo-pos:long "-9.814666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_75'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=75'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:startTimeOfDay '14.083333333333'^^xsd:double;
  dwc:endTimeOfDay '14.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.814666'^^xsd:double;
  dwc:startLongitude '-9.814666'^^xsd:double;
  dwc:endLongitude '-9.814666'^^xsd:double;
  dwc:latitude '53.958711'^^xsd:double;
  dwc:startLatitude '53.958711'^^xsd:double;
  dwc:endLatitude '53.958711'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_75'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.826787 -9.813318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.826787"^^xsd:decimal ;
  dwc:decimalLongitude "-9.813318"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.826787 -9.813318)"^^geo:wktLiteral ;
  geo-pos:lat "51.826787"^^xsd:decimal ;
  geo-pos:long "-9.813318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_179'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=179'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:startTimeOfDay '13.966666666667'^^xsd:double;
  dwc:endTimeOfDay '13.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.813318'^^xsd:double;
  dwc:startLongitude '-9.813318'^^xsd:double;
  dwc:endLongitude '-9.813318'^^xsd:double;
  dwc:latitude '51.826787'^^xsd:double;
  dwc:startLatitude '51.826787'^^xsd:double;
  dwc:endLatitude '51.826787'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_179'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.96053 -9.813221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.96053"^^xsd:decimal ;
  dwc:decimalLongitude "-9.813221"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.96053 -9.813221)"^^geo:wktLiteral ;
  geo-pos:lat "53.96053"^^xsd:decimal ;
  geo-pos:long "-9.813221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_74'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=74'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:startTimeOfDay '14.083333333333'^^xsd:double;
  dwc:endTimeOfDay '14.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.813221'^^xsd:double;
  dwc:startLongitude '-9.813221'^^xsd:double;
  dwc:endLongitude '-9.813221'^^xsd:double;
  dwc:latitude '53.96053'^^xsd:double;
  dwc:startLatitude '53.96053'^^xsd:double;
  dwc:endLatitude '53.96053'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_74'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.956938 -9.813065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.956938"^^xsd:decimal ;
  dwc:decimalLongitude "-9.813065"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.956938 -9.813065)"^^geo:wktLiteral ;
  geo-pos:lat "53.956938"^^xsd:decimal ;
  geo-pos:long "-9.813065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_76'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=76'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:startTimeOfDay '14.083333333333'^^xsd:double;
  dwc:endTimeOfDay '14.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.813065'^^xsd:double;
  dwc:startLongitude '-9.813065'^^xsd:double;
  dwc:endLongitude '-9.813065'^^xsd:double;
  dwc:latitude '53.956938'^^xsd:double;
  dwc:startLatitude '53.956938'^^xsd:double;
  dwc:endLatitude '53.956938'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_76'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.819645 -9.81013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.819645"^^xsd:decimal ;
  dwc:decimalLongitude "-9.81013"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.819645 -9.81013)"^^geo:wktLiteral ;
  geo-pos:lat "51.819645"^^xsd:decimal ;
  geo-pos:long "-9.81013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_180'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=180'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:startTimeOfDay '13.983333333333'^^xsd:double;
  dwc:endTimeOfDay '13.983333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.81013'^^xsd:double;
  dwc:startLongitude '-9.81013'^^xsd:double;
  dwc:endLongitude '-9.81013'^^xsd:double;
  dwc:latitude '51.819645'^^xsd:double;
  dwc:startLatitude '51.819645'^^xsd:double;
  dwc:endLatitude '51.819645'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_180'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.963293 -9.808769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.963293"^^xsd:decimal ;
  dwc:decimalLongitude "-9.808769"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.963293 -9.808769)"^^geo:wktLiteral ;
  geo-pos:lat "53.963293"^^xsd:decimal ;
  geo-pos:long "-9.808769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_73'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=73'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:startTimeOfDay '14.083333333333'^^xsd:double;
  dwc:endTimeOfDay '14.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.808769'^^xsd:double;
  dwc:startLongitude '-9.808769'^^xsd:double;
  dwc:endLongitude '-9.808769'^^xsd:double;
  dwc:latitude '53.963293'^^xsd:double;
  dwc:startLatitude '53.963293'^^xsd:double;
  dwc:endLatitude '53.963293'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_73'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.794579 -9.803327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.794579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.803327"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.794579 -9.803327)"^^geo:wktLiteral ;
  geo-pos:lat "51.794579"^^xsd:decimal ;
  geo-pos:long "-9.803327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_181'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=181'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.803327'^^xsd:double;
  dwc:startLongitude '-9.803327'^^xsd:double;
  dwc:endLongitude '-9.803327'^^xsd:double;
  dwc:latitude '51.794579'^^xsd:double;
  dwc:startLatitude '51.794579'^^xsd:double;
  dwc:endLatitude '51.794579'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_181'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9562 -9.802367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9562"^^xsd:decimal ;
  dwc:decimalLongitude "-9.802367"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9562 -9.802367)"^^geo:wktLiteral ;
  geo-pos:lat "53.9562"^^xsd:decimal ;
  geo-pos:long "-9.802367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_77'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=77'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:startTimeOfDay '14.083333333333'^^xsd:double;
  dwc:endTimeOfDay '14.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.802367'^^xsd:double;
  dwc:startLongitude '-9.802367'^^xsd:double;
  dwc:endLongitude '-9.802367'^^xsd:double;
  dwc:latitude '53.9562'^^xsd:double;
  dwc:startLatitude '53.9562'^^xsd:double;
  dwc:endLatitude '53.9562'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_77'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.396336 -9.801173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.396336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.801173"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.396336 -9.801173)"^^geo:wktLiteral ;
  geo-pos:lat "53.396336"^^xsd:decimal ;
  geo-pos:long "-9.801173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_103'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=103'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:startTimeOfDay '13.75'^^xsd:double;
  dwc:endTimeOfDay '13.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.801173'^^xsd:double;
  dwc:startLongitude '-9.801173'^^xsd:double;
  dwc:endLongitude '-9.801173'^^xsd:double;
  dwc:latitude '53.396336'^^xsd:double;
  dwc:startLatitude '53.396336'^^xsd:double;
  dwc:endLatitude '53.396336'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_103'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.389151 -9.800869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.389151"^^xsd:decimal ;
  dwc:decimalLongitude "-9.800869"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.389151 -9.800869)"^^geo:wktLiteral ;
  geo-pos:lat "53.389151"^^xsd:decimal ;
  geo-pos:long "-9.800869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_105'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=105'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.783333333333'^^xsd:double;
  dwc:startTimeOfDay '13.783333333333'^^xsd:double;
  dwc:endTimeOfDay '13.783333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.800869'^^xsd:double;
  dwc:startLongitude '-9.800869'^^xsd:double;
  dwc:endLongitude '-9.800869'^^xsd:double;
  dwc:latitude '53.389151'^^xsd:double;
  dwc:startLatitude '53.389151'^^xsd:double;
  dwc:endLatitude '53.389151'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_105'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.766773 -9.799321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.766773"^^xsd:decimal ;
  dwc:decimalLongitude "-9.799321"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.766773 -9.799321)"^^geo:wktLiteral ;
  geo-pos:lat "51.766773"^^xsd:decimal ;
  geo-pos:long "-9.799321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_192'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=192'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.416666666667'^^xsd:double;
  dwc:startTimeOfDay '14.416666666667'^^xsd:double;
  dwc:endTimeOfDay '14.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.799321'^^xsd:double;
  dwc:startLongitude '-9.799321'^^xsd:double;
  dwc:endLongitude '-9.799321'^^xsd:double;
  dwc:latitude '51.766773'^^xsd:double;
  dwc:startLatitude '51.766773'^^xsd:double;
  dwc:endLatitude '51.766773'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:relatedCatalogItem '431_192'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '22'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.391038 -9.794935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.391038"^^xsd:decimal ;
  dwc:decimalLongitude "-9.794935"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.391038 -9.794935)"^^geo:wktLiteral ;
  geo-pos:lat "53.391038"^^xsd:decimal ;
  geo-pos:long "-9.794935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_104'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=104'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.8'^^xsd:double;
  dwc:startTimeOfDay '13.8'^^xsd:double;
  dwc:endTimeOfDay '13.8'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.794935'^^xsd:double;
  dwc:startLongitude '-9.794935'^^xsd:double;
  dwc:endLongitude '-9.794935'^^xsd:double;
  dwc:latitude '53.391038'^^xsd:double;
  dwc:startLatitude '53.391038'^^xsd:double;
  dwc:endLatitude '53.391038'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_104'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.497245 -9.788685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.497245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.788685"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.497245 -9.788685)"^^geo:wktLiteral ;
  geo-pos:lat "51.497245"^^xsd:decimal ;
  geo-pos:long "-9.788685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_368'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=368'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:startTimeOfDay '16.9'^^xsd:double;
  dwc:endTimeOfDay '16.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.788685'^^xsd:double;
  dwc:startLongitude '-9.788685'^^xsd:double;
  dwc:endLongitude '-9.788685'^^xsd:double;
  dwc:latitude '51.497245'^^xsd:double;
  dwc:startLatitude '51.497245'^^xsd:double;
  dwc:endLatitude '51.497245'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_368'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.233339 -9.762866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.233339"^^xsd:decimal ;
  dwc:decimalLongitude "-9.762866"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.233339 -9.762866)"^^geo:wktLiteral ;
  geo-pos:lat "53.233339"^^xsd:decimal ;
  geo-pos:long "-9.762866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_128'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=128'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:startTimeOfDay '16.316666666667'^^xsd:double;
  dwc:endTimeOfDay '16.316666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.762866'^^xsd:double;
  dwc:startLongitude '-9.762866'^^xsd:double;
  dwc:endLongitude '-9.762866'^^xsd:double;
  dwc:latitude '53.233339'^^xsd:double;
  dwc:startLatitude '53.233339'^^xsd:double;
  dwc:endLatitude '53.233339'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_128'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.820545 -9.750693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.820545"^^xsd:decimal ;
  dwc:decimalLongitude "-9.750693"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.820545 -9.750693)"^^geo:wktLiteral ;
  geo-pos:lat "51.820545"^^xsd:decimal ;
  geo-pos:long "-9.750693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_364'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=364'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:startTimeOfDay '14.283333333333'^^xsd:double;
  dwc:endTimeOfDay '14.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.750693'^^xsd:double;
  dwc:startLongitude '-9.750693'^^xsd:double;
  dwc:endLongitude '-9.750693'^^xsd:double;
  dwc:latitude '51.820545'^^xsd:double;
  dwc:startLatitude '51.820545'^^xsd:double;
  dwc:endLatitude '51.820545'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_364'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.819646 -9.750658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.819646"^^xsd:decimal ;
  dwc:decimalLongitude "-9.750658"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.819646 -9.750658)"^^geo:wktLiteral ;
  geo-pos:lat "51.819646"^^xsd:decimal ;
  geo-pos:long "-9.750658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_183'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=183'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:startTimeOfDay '14.283333333333'^^xsd:double;
  dwc:endTimeOfDay '14.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.750658'^^xsd:double;
  dwc:startLongitude '-9.750658'^^xsd:double;
  dwc:endLongitude '-9.750658'^^xsd:double;
  dwc:latitude '51.819646'^^xsd:double;
  dwc:startLatitude '51.819646'^^xsd:double;
  dwc:endLatitude '51.819646'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_183'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.657843 -9.750196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.657843"^^xsd:decimal ;
  dwc:decimalLongitude "-9.750196"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.657843 -9.750196)"^^geo:wktLiteral ;
  geo-pos:lat "51.657843"^^xsd:decimal ;
  geo-pos:long "-9.750196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_365'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=365'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.35'^^xsd:double;
  dwc:startTimeOfDay '15.35'^^xsd:double;
  dwc:endTimeOfDay '15.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.750196'^^xsd:double;
  dwc:startLongitude '-9.750196'^^xsd:double;
  dwc:endLongitude '-9.750196'^^xsd:double;
  dwc:latitude '51.657843'^^xsd:double;
  dwc:startLatitude '51.657843'^^xsd:double;
  dwc:endLatitude '51.657843'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_365'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.821465 -9.749278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.821465"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749278"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.821465 -9.749278)"^^geo:wktLiteral ;
  geo-pos:lat "51.821465"^^xsd:decimal ;
  geo-pos:long "-9.749278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_182'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=182'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:startTimeOfDay '14.283333333333'^^xsd:double;
  dwc:endTimeOfDay '14.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.749278'^^xsd:double;
  dwc:startLongitude '-9.749278'^^xsd:double;
  dwc:endLongitude '-9.749278'^^xsd:double;
  dwc:latitude '51.821465'^^xsd:double;
  dwc:startLatitude '51.821465'^^xsd:double;
  dwc:endLatitude '51.821465'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '431_182'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.688711 -9.729692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.688711"^^xsd:decimal ;
  dwc:decimalLongitude "-9.729692"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.688711 -9.729692)"^^geo:wktLiteral ;
  geo-pos:lat "51.688711"^^xsd:decimal ;
  geo-pos:long "-9.729692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_195'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=195'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:startTimeOfDay '15.4'^^xsd:double;
  dwc:endTimeOfDay '15.4'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.729692'^^xsd:double;
  dwc:startLongitude '-9.729692'^^xsd:double;
  dwc:endLongitude '-9.729692'^^xsd:double;
  dwc:latitude '51.688711'^^xsd:double;
  dwc:startLatitude '51.688711'^^xsd:double;
  dwc:endLatitude '51.688711'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_195'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.474897 -9.720152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.474897"^^xsd:decimal ;
  dwc:decimalLongitude "-9.720152"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.474897 -9.720152)"^^geo:wktLiteral ;
  geo-pos:lat "51.474897"^^xsd:decimal ;
  geo-pos:long "-9.720152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_219'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=219'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.1'^^xsd:double;
  dwc:startTimeOfDay '17.1'^^xsd:double;
  dwc:endTimeOfDay '17.1'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.720152'^^xsd:double;
  dwc:startLongitude '-9.720152'^^xsd:double;
  dwc:endLongitude '-9.720152'^^xsd:double;
  dwc:latitude '51.474897'^^xsd:double;
  dwc:startLatitude '51.474897'^^xsd:double;
  dwc:endLatitude '51.474897'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_219'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.138804 -9.71266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.138804"^^xsd:decimal ;
  dwc:decimalLongitude "-9.71266"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.138804 -9.71266)"^^geo:wktLiteral ;
  geo-pos:lat "53.138804"^^xsd:decimal ;
  geo-pos:long "-9.71266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_142'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=142'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.35'^^xsd:double;
  dwc:startTimeOfDay '13.35'^^xsd:double;
  dwc:endTimeOfDay '13.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.71266'^^xsd:double;
  dwc:startLongitude '-9.71266'^^xsd:double;
  dwc:endLongitude '-9.71266'^^xsd:double;
  dwc:latitude '53.138804'^^xsd:double;
  dwc:startLatitude '53.138804'^^xsd:double;
  dwc:endLatitude '53.138804'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_142'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.271208 -9.692462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.271208"^^xsd:decimal ;
  dwc:decimalLongitude "-9.692462"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.271208 -9.692462)"^^geo:wktLiteral ;
  geo-pos:lat "53.271208"^^xsd:decimal ;
  geo-pos:long "-9.692462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_127'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=127'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:startTimeOfDay '16.083333333333'^^xsd:double;
  dwc:endTimeOfDay '16.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.692462'^^xsd:double;
  dwc:startLongitude '-9.692462'^^xsd:double;
  dwc:endLongitude '-9.692462'^^xsd:double;
  dwc:latitude '53.271208'^^xsd:double;
  dwc:startLatitude '53.271208'^^xsd:double;
  dwc:endLatitude '53.271208'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_127'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.854699 -9.689598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.854699"^^xsd:decimal ;
  dwc:decimalLongitude "-9.689598"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.854699 -9.689598)"^^geo:wktLiteral ;
  geo-pos:lat "51.854699"^^xsd:decimal ;
  geo-pos:long "-9.689598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_184'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=184'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.689598'^^xsd:double;
  dwc:startLongitude '-9.689598'^^xsd:double;
  dwc:endLongitude '-9.689598'^^xsd:double;
  dwc:latitude '51.854699'^^xsd:double;
  dwc:startLatitude '51.854699'^^xsd:double;
  dwc:endLatitude '51.854699'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_184'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.853821 -9.688113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.853821"^^xsd:decimal ;
  dwc:decimalLongitude "-9.688113"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.853821 -9.688113)"^^geo:wktLiteral ;
  geo-pos:lat "51.853821"^^xsd:decimal ;
  geo-pos:long "-9.688113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_185'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=185'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.688113'^^xsd:double;
  dwc:startLongitude '-9.688113'^^xsd:double;
  dwc:endLongitude '-9.688113'^^xsd:double;
  dwc:latitude '51.853821'^^xsd:double;
  dwc:startLatitude '51.853821'^^xsd:double;
  dwc:endLatitude '51.853821'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '41'^^xsd:integer;
  dwc:relatedCatalogItem '431_185'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '41'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.878782 -9.688011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.878782"^^xsd:decimal ;
  dwc:decimalLongitude "-9.688011"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.878782 -9.688011)"^^geo:wktLiteral ;
  geo-pos:lat "53.878782"^^xsd:decimal ;
  geo-pos:long "-9.688011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_79'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=79'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.033333333333'^^xsd:double;
  dwc:startTimeOfDay '13.033333333333'^^xsd:double;
  dwc:endTimeOfDay '13.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.688011'^^xsd:double;
  dwc:startLongitude '-9.688011'^^xsd:double;
  dwc:endLongitude '-9.688011'^^xsd:double;
  dwc:latitude '53.878782'^^xsd:double;
  dwc:startLatitude '53.878782'^^xsd:double;
  dwc:endLatitude '53.878782'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:relatedCatalogItem '431_79'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '16'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.878782 -9.688011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.878782"^^xsd:decimal ;
  dwc:decimalLongitude "-9.688011"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.878782 -9.688011)"^^geo:wktLiteral ;
  geo-pos:lat "53.878782"^^xsd:decimal ;
  geo-pos:long "-9.688011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_305'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=305'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.033333333333'^^xsd:double;
  dwc:startTimeOfDay '13.033333333333'^^xsd:double;
  dwc:endTimeOfDay '13.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.688011'^^xsd:double;
  dwc:startLongitude '-9.688011'^^xsd:double;
  dwc:endLongitude '-9.688011'^^xsd:double;
  dwc:latitude '53.878782'^^xsd:double;
  dwc:startLatitude '53.878782'^^xsd:double;
  dwc:endLatitude '53.878782'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_305'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.844858 -9.686327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.844858"^^xsd:decimal ;
  dwc:decimalLongitude "-9.686327"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.844858 -9.686327)"^^geo:wktLiteral ;
  geo-pos:lat "51.844858"^^xsd:decimal ;
  geo-pos:long "-9.686327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_186'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=186'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.233333333333'^^xsd:double;
  dwc:startTimeOfDay '14.233333333333'^^xsd:double;
  dwc:endTimeOfDay '14.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.686327'^^xsd:double;
  dwc:startLongitude '-9.686327'^^xsd:double;
  dwc:endLongitude '-9.686327'^^xsd:double;
  dwc:latitude '51.844858'^^xsd:double;
  dwc:startLatitude '51.844858'^^xsd:double;
  dwc:endLatitude '51.844858'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_186'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.846738 -9.680591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.846738"^^xsd:decimal ;
  dwc:decimalLongitude "-9.680591"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.846738 -9.680591)"^^geo:wktLiteral ;
  geo-pos:lat "51.846738"^^xsd:decimal ;
  geo-pos:long "-9.680591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_191'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=191'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.233333333333'^^xsd:double;
  dwc:startTimeOfDay '14.233333333333'^^xsd:double;
  dwc:endTimeOfDay '14.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.680591'^^xsd:double;
  dwc:startLongitude '-9.680591'^^xsd:double;
  dwc:endLongitude '-9.680591'^^xsd:double;
  dwc:latitude '51.846738'^^xsd:double;
  dwc:startLatitude '51.846738'^^xsd:double;
  dwc:endLatitude '51.846738'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_191'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85848 -9.676674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.85848"^^xsd:decimal ;
  dwc:decimalLongitude "-9.676674"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85848 -9.676674)"^^geo:wktLiteral ;
  geo-pos:lat "51.85848"^^xsd:decimal ;
  geo-pos:long "-9.676674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_187'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=187'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.676674'^^xsd:double;
  dwc:startLongitude '-9.676674'^^xsd:double;
  dwc:endLongitude '-9.676674'^^xsd:double;
  dwc:latitude '51.85848'^^xsd:double;
  dwc:startLatitude '51.85848'^^xsd:double;
  dwc:endLatitude '51.85848'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '50'^^xsd:integer;
  dwc:relatedCatalogItem '431_187'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '50'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.280423 -9.676331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.280423"^^xsd:decimal ;
  dwc:decimalLongitude "-9.676331"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.280423 -9.676331)"^^geo:wktLiteral ;
  geo-pos:lat "53.280423"^^xsd:decimal ;
  geo-pos:long "-9.676331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_125'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=125'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:startTimeOfDay '16.083333333333'^^xsd:double;
  dwc:endTimeOfDay '16.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.676331'^^xsd:double;
  dwc:startLongitude '-9.676331'^^xsd:double;
  dwc:endLongitude '-9.676331'^^xsd:double;
  dwc:latitude '53.280423'^^xsd:double;
  dwc:startLatitude '53.280423'^^xsd:double;
  dwc:endLatitude '53.280423'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_125'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85944 -9.672354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.85944"^^xsd:decimal ;
  dwc:decimalLongitude "-9.672354"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85944 -9.672354)"^^geo:wktLiteral ;
  geo-pos:lat "51.85944"^^xsd:decimal ;
  geo-pos:long "-9.672354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_188'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=188'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.672354'^^xsd:double;
  dwc:startLongitude '-9.672354'^^xsd:double;
  dwc:endLongitude '-9.672354'^^xsd:double;
  dwc:latitude '51.85944'^^xsd:double;
  dwc:startLatitude '51.85944'^^xsd:double;
  dwc:endLatitude '51.85944'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:relatedCatalogItem '431_188'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '20'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.287693 -9.670617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.287693"^^xsd:decimal ;
  dwc:decimalLongitude "-9.670617"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.287693 -9.670617)"^^geo:wktLiteral ;
  geo-pos:lat "53.287693"^^xsd:decimal ;
  geo-pos:long "-9.670617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_126'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=126'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:startTimeOfDay '16.083333333333'^^xsd:double;
  dwc:endTimeOfDay '16.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.670617'^^xsd:double;
  dwc:startLongitude '-9.670617'^^xsd:double;
  dwc:endLongitude '-9.670617'^^xsd:double;
  dwc:latitude '53.287693'^^xsd:double;
  dwc:startLatitude '53.287693'^^xsd:double;
  dwc:endLatitude '53.287693'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_126'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.327299 -9.666159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.327299"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666159"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.327299 -9.666159)"^^geo:wktLiteral ;
  geo-pos:lat "53.327299"^^xsd:decimal ;
  geo-pos:long "-9.666159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_123'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=123'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:startTimeOfDay '15.916666666667'^^xsd:double;
  dwc:endTimeOfDay '15.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.666159'^^xsd:double;
  dwc:startLongitude '-9.666159'^^xsd:double;
  dwc:endLongitude '-9.666159'^^xsd:double;
  dwc:latitude '53.327299'^^xsd:double;
  dwc:startLatitude '53.327299'^^xsd:double;
  dwc:endLatitude '53.327299'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_123'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.858685 -9.662163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.858685"^^xsd:decimal ;
  dwc:decimalLongitude "-9.662163"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.858685 -9.662163)"^^geo:wktLiteral ;
  geo-pos:lat "51.858685"^^xsd:decimal ;
  geo-pos:long "-9.662163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_189'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=189'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:startTimeOfDay '14.066666666667'^^xsd:double;
  dwc:endTimeOfDay '14.066666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.662163'^^xsd:double;
  dwc:startLongitude '-9.662163'^^xsd:double;
  dwc:endLongitude '-9.662163'^^xsd:double;
  dwc:latitude '51.858685'^^xsd:double;
  dwc:startLatitude '51.858685'^^xsd:double;
  dwc:endLatitude '51.858685'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_189'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.376785 -9.662079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.376785"^^xsd:decimal ;
  dwc:decimalLongitude "-9.662079"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.376785 -9.662079)"^^geo:wktLiteral ;
  geo-pos:lat "53.376785"^^xsd:decimal ;
  geo-pos:long "-9.662079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_112'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=112'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:startTimeOfDay '15.216666666667'^^xsd:double;
  dwc:endTimeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.662079'^^xsd:double;
  dwc:startLongitude '-9.662079'^^xsd:double;
  dwc:endLongitude '-9.662079'^^xsd:double;
  dwc:latitude '53.376785'^^xsd:double;
  dwc:startLatitude '53.376785'^^xsd:double;
  dwc:endLatitude '53.376785'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_112'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.359719 -9.661415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.359719"^^xsd:decimal ;
  dwc:decimalLongitude "-9.661415"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.359719 -9.661415)"^^geo:wktLiteral ;
  geo-pos:lat "53.359719"^^xsd:decimal ;
  geo-pos:long "-9.661415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_111'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=111'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.283333333333'^^xsd:double;
  dwc:startTimeOfDay '15.283333333333'^^xsd:double;
  dwc:endTimeOfDay '15.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.661415'^^xsd:double;
  dwc:startLongitude '-9.661415'^^xsd:double;
  dwc:endLongitude '-9.661415'^^xsd:double;
  dwc:latitude '53.359719'^^xsd:double;
  dwc:startLatitude '53.359719'^^xsd:double;
  dwc:endLatitude '53.359719'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_111'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859604 -9.660746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859604"^^xsd:decimal ;
  dwc:decimalLongitude "-9.660746"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859604 -9.660746)"^^geo:wktLiteral ;
  geo-pos:lat "51.859604"^^xsd:decimal ;
  geo-pos:long "-9.660746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_190'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=190'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:startTimeOfDay '14.083333333333'^^xsd:double;
  dwc:endTimeOfDay '14.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.660746'^^xsd:double;
  dwc:startLongitude '-9.660746'^^xsd:double;
  dwc:endLongitude '-9.660746'^^xsd:double;
  dwc:latitude '51.859604'^^xsd:double;
  dwc:startLatitude '51.859604'^^xsd:double;
  dwc:endLatitude '51.859604'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_190'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378602 -9.660647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.378602"^^xsd:decimal ;
  dwc:decimalLongitude "-9.660647"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378602 -9.660647)"^^geo:wktLiteral ;
  geo-pos:lat "53.378602"^^xsd:decimal ;
  geo-pos:long "-9.660647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_113'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=113'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:startTimeOfDay '15.216666666667'^^xsd:double;
  dwc:endTimeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.660647'^^xsd:double;
  dwc:startLongitude '-9.660647'^^xsd:double;
  dwc:endLongitude '-9.660647'^^xsd:double;
  dwc:latitude '53.378602'^^xsd:double;
  dwc:startLatitude '53.378602'^^xsd:double;
  dwc:endLatitude '53.378602'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_113'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.560309 -9.65703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.560309"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65703"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.560309 -9.65703)"^^geo:wktLiteral ;
  geo-pos:lat "51.560309"^^xsd:decimal ;
  geo-pos:long "-9.65703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_215'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=215'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.766666666667'^^xsd:double;
  dwc:startTimeOfDay '16.766666666667'^^xsd:double;
  dwc:endTimeOfDay '16.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.65703'^^xsd:double;
  dwc:startLongitude '-9.65703'^^xsd:double;
  dwc:endLongitude '-9.65703'^^xsd:double;
  dwc:latitude '51.560309'^^xsd:double;
  dwc:startLatitude '51.560309'^^xsd:double;
  dwc:endLatitude '51.560309'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_215'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.564822 -9.655751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.564822"^^xsd:decimal ;
  dwc:decimalLongitude "-9.655751"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.564822 -9.655751)"^^geo:wktLiteral ;
  geo-pos:lat "51.564822"^^xsd:decimal ;
  geo-pos:long "-9.655751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_213'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=213'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.766666666667'^^xsd:double;
  dwc:startTimeOfDay '16.766666666667'^^xsd:double;
  dwc:endTimeOfDay '16.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.655751'^^xsd:double;
  dwc:startLongitude '-9.655751'^^xsd:double;
  dwc:endLongitude '-9.655751'^^xsd:double;
  dwc:latitude '51.564822'^^xsd:double;
  dwc:startLatitude '51.564822'^^xsd:double;
  dwc:endLatitude '51.564822'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_213'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.564822 -9.655751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.564822"^^xsd:decimal ;
  dwc:decimalLongitude "-9.655751"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.564822 -9.655751)"^^geo:wktLiteral ;
  geo-pos:lat "51.564822"^^xsd:decimal ;
  geo-pos:long "-9.655751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_367'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=367'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.766666666667'^^xsd:double;
  dwc:startTimeOfDay '16.766666666667'^^xsd:double;
  dwc:endTimeOfDay '16.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.655751'^^xsd:double;
  dwc:startLongitude '-9.655751'^^xsd:double;
  dwc:endLongitude '-9.655751'^^xsd:double;
  dwc:latitude '51.564822'^^xsd:double;
  dwc:startLatitude '51.564822'^^xsd:double;
  dwc:endLatitude '51.564822'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_367'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.351718 -9.655095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.351718"^^xsd:decimal ;
  dwc:decimalLongitude "-9.655095"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.351718 -9.655095)"^^geo:wktLiteral ;
  geo-pos:lat "53.351718"^^xsd:decimal ;
  geo-pos:long "-9.655095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_122'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=122'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:startTimeOfDay '15.333333333333'^^xsd:double;
  dwc:endTimeOfDay '15.333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.655095'^^xsd:double;
  dwc:startLongitude '-9.655095'^^xsd:double;
  dwc:endLongitude '-9.655095'^^xsd:double;
  dwc:latitude '53.351718'^^xsd:double;
  dwc:startLatitude '53.351718'^^xsd:double;
  dwc:endLatitude '53.351718'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_122'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.559472 -9.652672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.559472"^^xsd:decimal ;
  dwc:decimalLongitude "-9.652672"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.559472 -9.652672)"^^geo:wktLiteral ;
  geo-pos:lat "51.559472"^^xsd:decimal ;
  geo-pos:long "-9.652672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_214'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=214'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.766666666667'^^xsd:double;
  dwc:startTimeOfDay '16.766666666667'^^xsd:double;
  dwc:endTimeOfDay '16.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.652672'^^xsd:double;
  dwc:startLongitude '-9.652672'^^xsd:double;
  dwc:endLongitude '-9.652672'^^xsd:double;
  dwc:latitude '51.559472'^^xsd:double;
  dwc:startLatitude '51.559472'^^xsd:double;
  dwc:endLatitude '51.559472'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_214'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.360763 -9.650939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.360763"^^xsd:decimal ;
  dwc:decimalLongitude "-9.650939"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.360763 -9.650939)"^^geo:wktLiteral ;
  geo-pos:lat "53.360763"^^xsd:decimal ;
  geo-pos:long "-9.650939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_121'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=121'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.283333333333'^^xsd:double;
  dwc:startTimeOfDay '15.283333333333'^^xsd:double;
  dwc:endTimeOfDay '15.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.650939'^^xsd:double;
  dwc:startLongitude '-9.650939'^^xsd:double;
  dwc:endLongitude '-9.650939'^^xsd:double;
  dwc:latitude '53.360763'^^xsd:double;
  dwc:startLatitude '53.360763'^^xsd:double;
  dwc:endLatitude '53.360763'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_121'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378769 -9.648629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.378769"^^xsd:decimal ;
  dwc:decimalLongitude "-9.648629"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378769 -9.648629)"^^geo:wktLiteral ;
  geo-pos:lat "53.378769"^^xsd:decimal ;
  geo-pos:long "-9.648629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_115'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=115'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:startTimeOfDay '15.216666666667'^^xsd:double;
  dwc:endTimeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.648629'^^xsd:double;
  dwc:startLongitude '-9.648629'^^xsd:double;
  dwc:endLongitude '-9.648629'^^xsd:double;
  dwc:latitude '53.378769'^^xsd:double;
  dwc:startLatitude '53.378769'^^xsd:double;
  dwc:endLatitude '53.378769'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_115'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.376074 -9.648525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.376074"^^xsd:decimal ;
  dwc:decimalLongitude "-9.648525"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.376074 -9.648525)"^^geo:wktLiteral ;
  geo-pos:lat "53.376074"^^xsd:decimal ;
  geo-pos:long "-9.648525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_117'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=117'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:startTimeOfDay '15.216666666667'^^xsd:double;
  dwc:endTimeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.648525'^^xsd:double;
  dwc:startLongitude '-9.648525'^^xsd:double;
  dwc:endLongitude '-9.648525'^^xsd:double;
  dwc:latitude '53.376074'^^xsd:double;
  dwc:startLatitude '53.376074'^^xsd:double;
  dwc:endLatitude '53.376074'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_117'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.375176 -9.648491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.375176"^^xsd:decimal ;
  dwc:decimalLongitude "-9.648491"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.375176 -9.648491)"^^geo:wktLiteral ;
  geo-pos:lat "53.375176"^^xsd:decimal ;
  geo-pos:long "-9.648491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_116'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=116'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:startTimeOfDay '15.216666666667'^^xsd:double;
  dwc:endTimeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.648491'^^xsd:double;
  dwc:startLongitude '-9.648491'^^xsd:double;
  dwc:endLongitude '-9.648491'^^xsd:double;
  dwc:latitude '53.375176'^^xsd:double;
  dwc:startLatitude '53.375176'^^xsd:double;
  dwc:endLatitude '53.375176'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_116'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.370705 -9.646815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.370705"^^xsd:decimal ;
  dwc:decimalLongitude "-9.646815"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.370705 -9.646815)"^^geo:wktLiteral ;
  geo-pos:lat "53.370705"^^xsd:decimal ;
  geo-pos:long "-9.646815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_118'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=118'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.233333333333'^^xsd:double;
  dwc:startTimeOfDay '15.233333333333'^^xsd:double;
  dwc:endTimeOfDay '15.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.646815'^^xsd:double;
  dwc:startLongitude '-9.646815'^^xsd:double;
  dwc:endLongitude '-9.646815'^^xsd:double;
  dwc:latitude '53.370705'^^xsd:double;
  dwc:startLatitude '53.370705'^^xsd:double;
  dwc:endLatitude '53.370705'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_118'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.385996 -9.645902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.385996"^^xsd:decimal ;
  dwc:decimalLongitude "-9.645902"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.385996 -9.645902)"^^geo:wktLiteral ;
  geo-pos:lat "53.385996"^^xsd:decimal ;
  geo-pos:long "-9.645902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_114'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=114'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:startTimeOfDay '15.216666666667'^^xsd:double;
  dwc:endTimeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.645902'^^xsd:double;
  dwc:startLongitude '-9.645902'^^xsd:double;
  dwc:endLongitude '-9.645902'^^xsd:double;
  dwc:latitude '53.385996'^^xsd:double;
  dwc:startLatitude '53.385996'^^xsd:double;
  dwc:endLatitude '53.385996'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_114'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.486854 -9.638526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.486854"^^xsd:decimal ;
  dwc:decimalLongitude "-9.638526"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.486854 -9.638526)"^^geo:wktLiteral ;
  geo-pos:lat "51.486854"^^xsd:decimal ;
  geo-pos:long "-9.638526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_369'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=369'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:startTimeOfDay '17.2'^^xsd:double;
  dwc:endTimeOfDay '17.2'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.638526'^^xsd:double;
  dwc:startLongitude '-9.638526'^^xsd:double;
  dwc:endLongitude '-9.638526'^^xsd:double;
  dwc:latitude '51.486854'^^xsd:double;
  dwc:startLatitude '51.486854'^^xsd:double;
  dwc:endLatitude '51.486854'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_369'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.369074 -9.634731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.369074"^^xsd:decimal ;
  dwc:decimalLongitude "-9.634731"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.369074 -9.634731)"^^geo:wktLiteral ;
  geo-pos:lat "53.369074"^^xsd:decimal ;
  geo-pos:long "-9.634731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_119'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=119'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.233333333333'^^xsd:double;
  dwc:startTimeOfDay '15.233333333333'^^xsd:double;
  dwc:endTimeOfDay '15.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.634731'^^xsd:double;
  dwc:startLongitude '-9.634731'^^xsd:double;
  dwc:endLongitude '-9.634731'^^xsd:double;
  dwc:latitude '53.369074'^^xsd:double;
  dwc:startLatitude '53.369074'^^xsd:double;
  dwc:endLatitude '53.369074'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_119'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.365481 -9.634594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.365481"^^xsd:decimal ;
  dwc:decimalLongitude "-9.634594"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.365481 -9.634594)"^^geo:wktLiteral ;
  geo-pos:lat "53.365481"^^xsd:decimal ;
  geo-pos:long "-9.634594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_120'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=120'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.233333333333'^^xsd:double;
  dwc:startTimeOfDay '15.233333333333'^^xsd:double;
  dwc:endTimeOfDay '15.233333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.634594'^^xsd:double;
  dwc:startLongitude '-9.634594'^^xsd:double;
  dwc:endLongitude '-9.634594'^^xsd:double;
  dwc:latitude '53.365481'^^xsd:double;
  dwc:startLatitude '53.365481'^^xsd:double;
  dwc:endLatitude '53.365481'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_120'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.116623 -9.628125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.116623"^^xsd:decimal ;
  dwc:decimalLongitude "-9.628125"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.116623 -9.628125)"^^geo:wktLiteral ;
  geo-pos:lat "53.116623"^^xsd:decimal ;
  geo-pos:long "-9.628125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_143'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=143'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.266666666667'^^xsd:double;
  dwc:startTimeOfDay '13.266666666667'^^xsd:double;
  dwc:endTimeOfDay '13.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.628125'^^xsd:double;
  dwc:startLongitude '-9.628125'^^xsd:double;
  dwc:endLongitude '-9.628125'^^xsd:double;
  dwc:latitude '53.116623'^^xsd:double;
  dwc:startLatitude '53.116623'^^xsd:double;
  dwc:endLatitude '53.116623'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:relatedCatalogItem '431_143'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '16'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.570616 -9.627111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.570616"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627111"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.570616 -9.627111)"^^geo:wktLiteral ;
  geo-pos:lat "51.570616"^^xsd:decimal ;
  geo-pos:long "-9.627111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_216'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=216'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.733333333333'^^xsd:double;
  dwc:startTimeOfDay '16.733333333333'^^xsd:double;
  dwc:endTimeOfDay '16.733333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.627111'^^xsd:double;
  dwc:startLongitude '-9.627111'^^xsd:double;
  dwc:endLongitude '-9.627111'^^xsd:double;
  dwc:latitude '51.570616'^^xsd:double;
  dwc:startLatitude '51.570616'^^xsd:double;
  dwc:endLatitude '51.570616'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:relatedCatalogItem '431_216'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '35'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.308096 -9.624898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.308096"^^xsd:decimal ;
  dwc:decimalLongitude "-9.624898"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.308096 -9.624898)"^^geo:wktLiteral ;
  geo-pos:lat "53.308096"^^xsd:decimal ;
  geo-pos:long "-9.624898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_124'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=124'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.433333333333'^^xsd:double;
  dwc:startTimeOfDay '15.433333333333'^^xsd:double;
  dwc:endTimeOfDay '15.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.624898'^^xsd:double;
  dwc:startLongitude '-9.624898'^^xsd:double;
  dwc:endLongitude '-9.624898'^^xsd:double;
  dwc:latitude '53.308096'^^xsd:double;
  dwc:startLatitude '53.308096'^^xsd:double;
  dwc:endLatitude '53.308096'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_124'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.811402 -9.621528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.811402"^^xsd:decimal ;
  dwc:decimalLongitude "-9.621528"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.811402 -9.621528)"^^geo:wktLiteral ;
  geo-pos:lat "53.811402"^^xsd:decimal ;
  geo-pos:long "-9.621528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_81'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=81'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:startTimeOfDay '13.5'^^xsd:double;
  dwc:endTimeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.621528'^^xsd:double;
  dwc:startLongitude '-9.621528'^^xsd:double;
  dwc:endLongitude '-9.621528'^^xsd:double;
  dwc:latitude '53.811402'^^xsd:double;
  dwc:startLatitude '53.811402'^^xsd:double;
  dwc:endLatitude '53.811402'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_81'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.810524 -9.619976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.810524"^^xsd:decimal ;
  dwc:decimalLongitude "-9.619976"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.810524 -9.619976)"^^geo:wktLiteral ;
  geo-pos:lat "53.810524"^^xsd:decimal ;
  geo-pos:long "-9.619976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_82'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=82'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:startTimeOfDay '13.5'^^xsd:double;
  dwc:endTimeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.619976'^^xsd:double;
  dwc:startLongitude '-9.619976'^^xsd:double;
  dwc:endLongitude '-9.619976'^^xsd:double;
  dwc:latitude '53.810524'^^xsd:double;
  dwc:startLatitude '53.810524'^^xsd:double;
  dwc:endLatitude '53.810524'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:relatedCatalogItem '431_82'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '20'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.807095 -9.607698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.807095"^^xsd:decimal ;
  dwc:decimalLongitude "-9.607698"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.807095 -9.607698)"^^geo:wktLiteral ;
  geo-pos:lat "53.807095"^^xsd:decimal ;
  geo-pos:long "-9.607698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_83'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=83'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:startTimeOfDay '13.5'^^xsd:double;
  dwc:endTimeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.607698'^^xsd:double;
  dwc:startLongitude '-9.607698'^^xsd:double;
  dwc:endLongitude '-9.607698'^^xsd:double;
  dwc:latitude '53.807095'^^xsd:double;
  dwc:startLatitude '53.807095'^^xsd:double;
  dwc:endLatitude '53.807095'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:relatedCatalogItem '431_83'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '20'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.806217 -9.606146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.806217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.606146"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.806217 -9.606146)"^^geo:wktLiteral ;
  geo-pos:lat "53.806217"^^xsd:decimal ;
  geo-pos:long "-9.606146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_84'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=84'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:startTimeOfDay '13.5'^^xsd:double;
  dwc:endTimeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.606146'^^xsd:double;
  dwc:startLongitude '-9.606146'^^xsd:double;
  dwc:endLongitude '-9.606146'^^xsd:double;
  dwc:latitude '53.806217'^^xsd:double;
  dwc:startLatitude '53.806217'^^xsd:double;
  dwc:endLatitude '53.806217'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:relatedCatalogItem '431_84'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '19'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.851187 -9.603308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.851187"^^xsd:decimal ;
  dwc:decimalLongitude "-9.603308"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.851187 -9.603308)"^^geo:wktLiteral ;
  geo-pos:lat "53.851187"^^xsd:decimal ;
  geo-pos:long "-9.603308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_80'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=80'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:startTimeOfDay '13.316666666667'^^xsd:double;
  dwc:endTimeOfDay '13.316666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.603308'^^xsd:double;
  dwc:startLongitude '-9.603308'^^xsd:double;
  dwc:endLongitude '-9.603308'^^xsd:double;
  dwc:latitude '53.851187'^^xsd:double;
  dwc:startLatitude '53.851187'^^xsd:double;
  dwc:endLatitude '53.851187'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_80'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.802665 -9.602974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.802665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.602974"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.802665 -9.602974)"^^geo:wktLiteral ;
  geo-pos:lat "53.802665"^^xsd:decimal ;
  geo-pos:long "-9.602974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_86'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=86'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:startTimeOfDay '13.516666666667'^^xsd:double;
  dwc:endTimeOfDay '13.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.602974'^^xsd:double;
  dwc:startLongitude '-9.602974'^^xsd:double;
  dwc:endLongitude '-9.602974'^^xsd:double;
  dwc:latitude '53.802665'^^xsd:double;
  dwc:startLatitude '53.802665'^^xsd:double;
  dwc:endLatitude '53.802665'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_86'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37581 -9.601926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.37581"^^xsd:decimal ;
  dwc:decimalLongitude "-9.601926"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37581 -9.601926)"^^geo:wktLiteral ;
  geo-pos:lat "53.37581"^^xsd:decimal ;
  geo-pos:long "-9.601926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_129'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=129'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:startTimeOfDay '15.55'^^xsd:double;
  dwc:endTimeOfDay '15.55'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.601926'^^xsd:double;
  dwc:startLongitude '-9.601926'^^xsd:double;
  dwc:endLongitude '-9.601926'^^xsd:double;
  dwc:latitude '53.37581'^^xsd:double;
  dwc:startLatitude '53.37581'^^xsd:double;
  dwc:endLatitude '53.37581'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_129'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.806278 -9.601594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.806278"^^xsd:decimal ;
  dwc:decimalLongitude "-9.601594"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.806278 -9.601594)"^^geo:wktLiteral ;
  geo-pos:lat "53.806278"^^xsd:decimal ;
  geo-pos:long "-9.601594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_85'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=85'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:startTimeOfDay '13.516666666667'^^xsd:double;
  dwc:endTimeOfDay '13.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.601594'^^xsd:double;
  dwc:startLongitude '-9.601594'^^xsd:double;
  dwc:endLongitude '-9.601594'^^xsd:double;
  dwc:latitude '53.806278'^^xsd:double;
  dwc:startLatitude '53.806278'^^xsd:double;
  dwc:endLatitude '53.806278'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_85'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.699794 -9.581107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.699794"^^xsd:decimal ;
  dwc:decimalLongitude "-9.581107"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.699794 -9.581107)"^^geo:wktLiteral ;
  geo-pos:lat "51.699794"^^xsd:decimal ;
  geo-pos:long "-9.581107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_197'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=197'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:startTimeOfDay '15.516666666667'^^xsd:double;
  dwc:endTimeOfDay '15.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.581107'^^xsd:double;
  dwc:startLongitude '-9.581107'^^xsd:double;
  dwc:endLongitude '-9.581107'^^xsd:double;
  dwc:latitude '51.699794'^^xsd:double;
  dwc:startLatitude '51.699794'^^xsd:double;
  dwc:endLatitude '51.699794'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_197'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.699794 -9.581107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.699794"^^xsd:decimal ;
  dwc:decimalLongitude "-9.581107"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.699794 -9.581107)"^^geo:wktLiteral ;
  geo-pos:lat "51.699794"^^xsd:decimal ;
  geo-pos:long "-9.581107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_196'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=196'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:startTimeOfDay '15.516666666667'^^xsd:double;
  dwc:endTimeOfDay '15.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.581107'^^xsd:double;
  dwc:startLongitude '-9.581107'^^xsd:double;
  dwc:endLongitude '-9.581107'^^xsd:double;
  dwc:latitude '51.699794'^^xsd:double;
  dwc:startLatitude '51.699794'^^xsd:double;
  dwc:endLatitude '51.699794'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:relatedCatalogItem '431_196'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '30'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.698935 -9.578184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.698935"^^xsd:decimal ;
  dwc:decimalLongitude "-9.578184"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.698935 -9.578184)"^^geo:wktLiteral ;
  geo-pos:lat "51.698935"^^xsd:decimal ;
  geo-pos:long "-9.578184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_198'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=198'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:startTimeOfDay '15.516666666667'^^xsd:double;
  dwc:endTimeOfDay '15.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.578184'^^xsd:double;
  dwc:startLongitude '-9.578184'^^xsd:double;
  dwc:endLongitude '-9.578184'^^xsd:double;
  dwc:latitude '51.698935'^^xsd:double;
  dwc:startLatitude '51.698935'^^xsd:double;
  dwc:endLatitude '51.698935'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_198'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.50034 -9.572754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.50034"^^xsd:decimal ;
  dwc:decimalLongitude "-9.572754"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.50034 -9.572754)"^^geo:wktLiteral ;
  geo-pos:lat "51.50034"^^xsd:decimal ;
  geo-pos:long "-9.572754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_220'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=220'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:startTimeOfDay '17.333333333333'^^xsd:double;
  dwc:endTimeOfDay '17.333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.572754'^^xsd:double;
  dwc:startLongitude '-9.572754'^^xsd:double;
  dwc:endLongitude '-9.572754'^^xsd:double;
  dwc:latitude '51.50034'^^xsd:double;
  dwc:startLatitude '51.50034'^^xsd:double;
  dwc:endLatitude '51.50034'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_220'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.603749 -9.57055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.603749"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57055"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.603749 -9.57055)"^^geo:wktLiteral ;
  geo-pos:lat "51.603749"^^xsd:decimal ;
  geo-pos:long "-9.57055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_217'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=217'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.683333333333'^^xsd:double;
  dwc:startTimeOfDay '16.683333333333'^^xsd:double;
  dwc:endTimeOfDay '16.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.57055'^^xsd:double;
  dwc:startLongitude '-9.57055'^^xsd:double;
  dwc:endLongitude '-9.57055'^^xsd:double;
  dwc:latitude '51.603749'^^xsd:double;
  dwc:startLatitude '51.603749'^^xsd:double;
  dwc:endLatitude '51.603749'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_217'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.601952 -9.570488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.601952"^^xsd:decimal ;
  dwc:decimalLongitude "-9.570488"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.601952 -9.570488)"^^geo:wktLiteral ;
  geo-pos:lat "51.601952"^^xsd:decimal ;
  geo-pos:long "-9.570488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_218'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=218'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.683333333333'^^xsd:double;
  dwc:startTimeOfDay '16.683333333333'^^xsd:double;
  dwc:endTimeOfDay '16.683333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.570488'^^xsd:double;
  dwc:startLongitude '-9.570488'^^xsd:double;
  dwc:endLongitude '-9.570488'^^xsd:double;
  dwc:latitude '51.601952'^^xsd:double;
  dwc:startLatitude '51.601952'^^xsd:double;
  dwc:endLatitude '51.601952'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_218'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.271288 -9.554539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.271288"^^xsd:decimal ;
  dwc:decimalLongitude "-9.554539"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.271288 -9.554539)"^^geo:wktLiteral ;
  geo-pos:lat "53.271288"^^xsd:decimal ;
  geo-pos:long "-9.554539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_144'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=144'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:startTimeOfDay '13.766666666667'^^xsd:double;
  dwc:endTimeOfDay '13.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.554539'^^xsd:double;
  dwc:startLongitude '-9.554539'^^xsd:double;
  dwc:endLongitude '-9.554539'^^xsd:double;
  dwc:latitude '53.271288'^^xsd:double;
  dwc:startLatitude '53.271288'^^xsd:double;
  dwc:endLatitude '53.271288'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_144'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.250647 -9.552292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.250647"^^xsd:decimal ;
  dwc:decimalLongitude "-9.552292"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.250647 -9.552292)"^^geo:wktLiteral ;
  geo-pos:lat "53.250647"^^xsd:decimal ;
  geo-pos:long "-9.552292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_149'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=149'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.783333333333'^^xsd:double;
  dwc:startTimeOfDay '13.783333333333'^^xsd:double;
  dwc:endTimeOfDay '13.783333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.552292'^^xsd:double;
  dwc:startLongitude '-9.552292'^^xsd:double;
  dwc:endLongitude '-9.552292'^^xsd:double;
  dwc:latitude '53.250647'^^xsd:double;
  dwc:startLatitude '53.250647'^^xsd:double;
  dwc:endLatitude '53.250647'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_149'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2857 -9.552063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2857"^^xsd:decimal ;
  dwc:decimalLongitude "-9.552063"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2857 -9.552063)"^^geo:wktLiteral ;
  geo-pos:lat "53.2857"^^xsd:decimal ;
  geo-pos:long "-9.552063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_145'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=145'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:startTimeOfDay '13.766666666667'^^xsd:double;
  dwc:endTimeOfDay '13.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.552063'^^xsd:double;
  dwc:startLongitude '-9.552063'^^xsd:double;
  dwc:endLongitude '-9.552063'^^xsd:double;
  dwc:latitude '53.2857'^^xsd:double;
  dwc:startLatitude '53.2857'^^xsd:double;
  dwc:endLatitude '53.2857'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_145'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.236314 -9.548778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.236314"^^xsd:decimal ;
  dwc:decimalLongitude "-9.548778"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.236314 -9.548778)"^^geo:wktLiteral ;
  geo-pos:lat "53.236314"^^xsd:decimal ;
  geo-pos:long "-9.548778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_150'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=150'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:startTimeOfDay '13.816666666667'^^xsd:double;
  dwc:endTimeOfDay '13.816666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.548778'^^xsd:double;
  dwc:startLongitude '-9.548778'^^xsd:double;
  dwc:endLongitude '-9.548778'^^xsd:double;
  dwc:latitude '53.236314'^^xsd:double;
  dwc:startLatitude '53.236314'^^xsd:double;
  dwc:endLatitude '53.236314'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_150'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.282165 -9.547436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.282165"^^xsd:decimal ;
  dwc:decimalLongitude "-9.547436"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.282165 -9.547436)"^^geo:wktLiteral ;
  geo-pos:lat "53.282165"^^xsd:decimal ;
  geo-pos:long "-9.547436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_147'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=147'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:startTimeOfDay '13.766666666667'^^xsd:double;
  dwc:endTimeOfDay '13.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.547436'^^xsd:double;
  dwc:startLongitude '-9.547436'^^xsd:double;
  dwc:endLongitude '-9.547436'^^xsd:double;
  dwc:latitude '53.282165'^^xsd:double;
  dwc:startLatitude '53.282165'^^xsd:double;
  dwc:endLatitude '53.282165'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_147'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.282165 -9.547436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.282165"^^xsd:decimal ;
  dwc:decimalLongitude "-9.547436"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.282165 -9.547436)"^^geo:wktLiteral ;
  geo-pos:lat "53.282165"^^xsd:decimal ;
  geo-pos:long "-9.547436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_148'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=148'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:startTimeOfDay '13.716666666667'^^xsd:double;
  dwc:endTimeOfDay '13.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.547436'^^xsd:double;
  dwc:startLongitude '-9.547436'^^xsd:double;
  dwc:endLongitude '-9.547436'^^xsd:double;
  dwc:latitude '53.282165'^^xsd:double;
  dwc:startLatitude '53.282165'^^xsd:double;
  dwc:endLatitude '53.282165'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_148'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.676876 -9.547053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.676876"^^xsd:decimal ;
  dwc:decimalLongitude "-9.547053"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.676876 -9.547053)"^^geo:wktLiteral ;
  geo-pos:lat "51.676876"^^xsd:decimal ;
  geo-pos:long "-9.547053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_211'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=211'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:startTimeOfDay '16.266666666667'^^xsd:double;
  dwc:endTimeOfDay '16.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.547053'^^xsd:double;
  dwc:startLongitude '-9.547053'^^xsd:double;
  dwc:endLongitude '-9.547053'^^xsd:double;
  dwc:latitude '51.676876'^^xsd:double;
  dwc:startLatitude '51.676876'^^xsd:double;
  dwc:endLatitude '51.676876'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_211'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.713734 -9.546863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.713734"^^xsd:decimal ;
  dwc:decimalLongitude "-9.546863"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.713734 -9.546863)"^^geo:wktLiteral ;
  geo-pos:lat "51.713734"^^xsd:decimal ;
  geo-pos:long "-9.546863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_199'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=199'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:startTimeOfDay '15.533333333333'^^xsd:double;
  dwc:endTimeOfDay '15.533333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.546863'^^xsd:double;
  dwc:startLongitude '-9.546863'^^xsd:double;
  dwc:endLongitude '-9.546863'^^xsd:double;
  dwc:latitude '51.713734'^^xsd:double;
  dwc:startLatitude '51.713734'^^xsd:double;
  dwc:endLatitude '51.713734'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_199'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.744303 -9.546459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.744303"^^xsd:decimal ;
  dwc:decimalLongitude "-9.546459"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.744303 -9.546459)"^^geo:wktLiteral ;
  geo-pos:lat "51.744303"^^xsd:decimal ;
  geo-pos:long "-9.546459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_208'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=208'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.6'^^xsd:double;
  dwc:startTimeOfDay '15.6'^^xsd:double;
  dwc:endTimeOfDay '15.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.546459'^^xsd:double;
  dwc:startLongitude '-9.546459'^^xsd:double;
  dwc:endLongitude '-9.546459'^^xsd:double;
  dwc:latitude '51.744303'^^xsd:double;
  dwc:startLatitude '51.744303'^^xsd:double;
  dwc:endLatitude '51.744303'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_208'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.283981 -9.546002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.283981"^^xsd:decimal ;
  dwc:decimalLongitude "-9.546002"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.283981 -9.546002)"^^geo:wktLiteral ;
  geo-pos:lat "53.283981"^^xsd:decimal ;
  geo-pos:long "-9.546002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_146'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=146'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:startTimeOfDay '13.766666666667'^^xsd:double;
  dwc:endTimeOfDay '13.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.546002'^^xsd:double;
  dwc:startLongitude '-9.546002'^^xsd:double;
  dwc:endLongitude '-9.546002'^^xsd:double;
  dwc:latitude '53.283981'^^xsd:double;
  dwc:startLatitude '53.283981'^^xsd:double;
  dwc:endLatitude '53.283981'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_146'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.726333 -9.545846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.726333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.545846"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.726333 -9.545846)"^^geo:wktLiteral ;
  geo-pos:lat "51.726333"^^xsd:decimal ;
  geo-pos:long "-9.545846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_203'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=203'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.566666666667'^^xsd:double;
  dwc:startTimeOfDay '15.566666666667'^^xsd:double;
  dwc:endTimeOfDay '15.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.545846'^^xsd:double;
  dwc:startLongitude '-9.545846'^^xsd:double;
  dwc:endLongitude '-9.545846'^^xsd:double;
  dwc:latitude '51.726333'^^xsd:double;
  dwc:startLatitude '51.726333'^^xsd:double;
  dwc:endLatitude '51.726333'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '81'^^xsd:integer;
  dwc:relatedCatalogItem '431_203'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '81'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0638 -9.545565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0638"^^xsd:decimal ;
  dwc:decimalLongitude "-9.545565"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0638 -9.545565)"^^geo:wktLiteral ;
  geo-pos:lat "53.0638"^^xsd:decimal ;
  geo-pos:long "-9.545565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_346'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=346'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:startTimeOfDay '13.133333333333'^^xsd:double;
  dwc:endTimeOfDay '13.133333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.545565'^^xsd:double;
  dwc:startLongitude '-9.545565'^^xsd:double;
  dwc:endLongitude '-9.545565'^^xsd:double;
  dwc:latitude '53.0638'^^xsd:double;
  dwc:startLatitude '53.0638'^^xsd:double;
  dwc:endLatitude '53.0638'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_346'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.747916 -9.545134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.747916"^^xsd:decimal ;
  dwc:decimalLongitude "-9.545134"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.747916 -9.545134)"^^geo:wktLiteral ;
  geo-pos:lat "51.747916"^^xsd:decimal ;
  geo-pos:long "-9.545134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_206'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=206'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.6'^^xsd:double;
  dwc:startTimeOfDay '15.6'^^xsd:double;
  dwc:endTimeOfDay '15.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.545134'^^xsd:double;
  dwc:startLongitude '-9.545134'^^xsd:double;
  dwc:endLongitude '-9.545134'^^xsd:double;
  dwc:latitude '51.747916'^^xsd:double;
  dwc:startLatitude '51.747916'^^xsd:double;
  dwc:endLatitude '51.747916'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:relatedCatalogItem '431_206'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '18'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.743424 -9.544981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.743424"^^xsd:decimal ;
  dwc:decimalLongitude "-9.544981"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.743424 -9.544981)"^^geo:wktLiteral ;
  geo-pos:lat "51.743424"^^xsd:decimal ;
  geo-pos:long "-9.544981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_207'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=207'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.6'^^xsd:double;
  dwc:startTimeOfDay '15.6'^^xsd:double;
  dwc:endTimeOfDay '15.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.544981'^^xsd:double;
  dwc:startLongitude '-9.544981'^^xsd:double;
  dwc:endLongitude '-9.544981'^^xsd:double;
  dwc:latitude '51.743424'^^xsd:double;
  dwc:startLatitude '51.743424'^^xsd:double;
  dwc:endLatitude '51.743424'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_207'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.679647 -9.541363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.679647"^^xsd:decimal ;
  dwc:decimalLongitude "-9.541363"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.679647 -9.541363)"^^geo:wktLiteral ;
  geo-pos:lat "51.679647"^^xsd:decimal ;
  geo-pos:long "-9.541363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_210'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=210'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:startTimeOfDay '16.216666666667'^^xsd:double;
  dwc:endTimeOfDay '16.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.541363'^^xsd:double;
  dwc:startLongitude '-9.541363'^^xsd:double;
  dwc:endLongitude '-9.541363'^^xsd:double;
  dwc:latitude '51.679647'^^xsd:double;
  dwc:startLatitude '51.679647'^^xsd:double;
  dwc:endLatitude '51.679647'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '60'^^xsd:integer;
  dwc:relatedCatalogItem '431_210'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '60'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.678749 -9.541332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.678749"^^xsd:decimal ;
  dwc:decimalLongitude "-9.541332"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.678749 -9.541332)"^^geo:wktLiteral ;
  geo-pos:lat "51.678749"^^xsd:decimal ;
  geo-pos:long "-9.541332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_212'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=212'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:startTimeOfDay '16.266666666667'^^xsd:double;
  dwc:endTimeOfDay '16.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.541332'^^xsd:double;
  dwc:startLongitude '-9.541332'^^xsd:double;
  dwc:endLongitude '-9.541332'^^xsd:double;
  dwc:latitude '51.678749'^^xsd:double;
  dwc:startLatitude '51.678749'^^xsd:double;
  dwc:endLatitude '51.678749'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '34'^^xsd:integer;
  dwc:relatedCatalogItem '431_212'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '34'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.738128 -9.537561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.738128"^^xsd:decimal ;
  dwc:decimalLongitude "-9.537561"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.738128 -9.537561)"^^geo:wktLiteral ;
  geo-pos:lat "51.738128"^^xsd:decimal ;
  geo-pos:long "-9.537561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_204'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=204'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.616666666667'^^xsd:double;
  dwc:startTimeOfDay '15.616666666667'^^xsd:double;
  dwc:endTimeOfDay '15.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.537561'^^xsd:double;
  dwc:startLongitude '-9.537561'^^xsd:double;
  dwc:endLongitude '-9.537561'^^xsd:double;
  dwc:latitude '51.738128'^^xsd:double;
  dwc:startLatitude '51.738128'^^xsd:double;
  dwc:endLatitude '51.738128'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '36'^^xsd:integer;
  dwc:relatedCatalogItem '431_204'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '36'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.738165 -9.534666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.738165"^^xsd:decimal ;
  dwc:decimalLongitude "-9.534666"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.738165 -9.534666)"^^geo:wktLiteral ;
  geo-pos:lat "51.738165"^^xsd:decimal ;
  geo-pos:long "-9.534666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_205'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=205'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.616666666667'^^xsd:double;
  dwc:startTimeOfDay '15.616666666667'^^xsd:double;
  dwc:endTimeOfDay '15.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.534666'^^xsd:double;
  dwc:startLongitude '-9.534666'^^xsd:double;
  dwc:endLongitude '-9.534666'^^xsd:double;
  dwc:latitude '51.738165'^^xsd:double;
  dwc:startLatitude '51.738165'^^xsd:double;
  dwc:endLatitude '51.738165'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_205'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.682456 -9.532782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.682456"^^xsd:decimal ;
  dwc:decimalLongitude "-9.532782"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.682456 -9.532782)"^^geo:wktLiteral ;
  geo-pos:lat "51.682456"^^xsd:decimal ;
  geo-pos:long "-9.532782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_209'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=209'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:startTimeOfDay '16.266666666667'^^xsd:double;
  dwc:endTimeOfDay '16.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.532782'^^xsd:double;
  dwc:startLongitude '-9.532782'^^xsd:double;
  dwc:endLongitude '-9.532782'^^xsd:double;
  dwc:latitude '51.682456'^^xsd:double;
  dwc:startLatitude '51.682456'^^xsd:double;
  dwc:endLatitude '51.682456'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_209'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.79271 -9.519629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.79271"^^xsd:decimal ;
  dwc:decimalLongitude "-9.519629"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.79271 -9.519629)"^^geo:wktLiteral ;
  geo-pos:lat "52.79271"^^xsd:decimal ;
  geo-pos:long "-9.519629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_350'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=350'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '15.133333333333'^^xsd:double;
  dwc:startTimeOfDay '15.133333333333'^^xsd:double;
  dwc:endTimeOfDay '15.133333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.519629'^^xsd:double;
  dwc:startLongitude '-9.519629'^^xsd:double;
  dwc:endLongitude '-9.519629'^^xsd:double;
  dwc:latitude '52.79271'^^xsd:double;
  dwc:startLatitude '52.79271'^^xsd:double;
  dwc:endLatitude '52.79271'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_350'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.475039 -9.514302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.475039"^^xsd:decimal ;
  dwc:decimalLongitude "-9.514302"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.475039 -9.514302)"^^geo:wktLiteral ;
  geo-pos:lat "51.475039"^^xsd:decimal ;
  geo-pos:long "-9.514302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_374'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=374'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.466666666667'^^xsd:double;
  dwc:startTimeOfDay '17.466666666667'^^xsd:double;
  dwc:endTimeOfDay '17.466666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.514302'^^xsd:double;
  dwc:startLongitude '-9.514302'^^xsd:double;
  dwc:endLongitude '-9.514302'^^xsd:double;
  dwc:latitude '51.475039'^^xsd:double;
  dwc:startLatitude '51.475039'^^xsd:double;
  dwc:endLatitude '51.475039'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_374'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.72407 -9.512478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.72407"^^xsd:decimal ;
  dwc:decimalLongitude "-9.512478"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.72407 -9.512478)"^^geo:wktLiteral ;
  geo-pos:lat "51.72407"^^xsd:decimal ;
  geo-pos:long "-9.512478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_202'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=202'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '15.65'^^xsd:double;
  dwc:startTimeOfDay '15.65'^^xsd:double;
  dwc:endTimeOfDay '15.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.512478'^^xsd:double;
  dwc:startLongitude '-9.512478'^^xsd:double;
  dwc:endLongitude '-9.512478'^^xsd:double;
  dwc:latitude '51.72407'^^xsd:double;
  dwc:startLatitude '51.72407'^^xsd:double;
  dwc:endLatitude '51.72407'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_202'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.691723 -9.511399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.691723"^^xsd:decimal ;
  dwc:decimalLongitude "-9.511399"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.691723 -9.511399)"^^geo:wktLiteral ;
  geo-pos:lat "51.691723"^^xsd:decimal ;
  geo-pos:long "-9.511399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_200'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=200'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:startTimeOfDay '16.216666666667'^^xsd:double;
  dwc:endTimeOfDay '16.216666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.511399'^^xsd:double;
  dwc:startLongitude '-9.511399'^^xsd:double;
  dwc:endLongitude '-9.511399'^^xsd:double;
  dwc:latitude '51.691723'^^xsd:double;
  dwc:startLatitude '51.691723'^^xsd:double;
  dwc:endLatitude '51.691723'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:relatedCatalogItem '431_200'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '21'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.716002 -9.510761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.716002"^^xsd:decimal ;
  dwc:decimalLongitude "-9.510761"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.716002 -9.510761)"^^geo:wktLiteral ;
  geo-pos:lat "51.716002"^^xsd:decimal ;
  geo-pos:long "-9.510761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_201'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=201'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.2'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.510761'^^xsd:double;
  dwc:startLongitude '-9.510761'^^xsd:double;
  dwc:endLongitude '-9.510761'^^xsd:double;
  dwc:latitude '51.716002'^^xsd:double;
  dwc:startLatitude '51.716002'^^xsd:double;
  dwc:endLatitude '51.716002'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:relatedCatalogItem '431_201'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '21'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.476929 -9.507167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.476929"^^xsd:decimal ;
  dwc:decimalLongitude "-9.507167"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.476929 -9.507167)"^^geo:wktLiteral ;
  geo-pos:lat "51.476929"^^xsd:decimal ;
  geo-pos:long "-9.507167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_375'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=375'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.466666666667'^^xsd:double;
  dwc:startTimeOfDay '17.466666666667'^^xsd:double;
  dwc:endTimeOfDay '17.466666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.507167'^^xsd:double;
  dwc:startLongitude '-9.507167'^^xsd:double;
  dwc:endLongitude '-9.507167'^^xsd:double;
  dwc:latitude '51.476929'^^xsd:double;
  dwc:startLatitude '51.476929'^^xsd:double;
  dwc:endLatitude '51.476929'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:relatedCatalogItem '431_375'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '10'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.813637 -9.499591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.813637"^^xsd:decimal ;
  dwc:decimalLongitude "-9.499591"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.813637 -9.499591)"^^geo:wktLiteral ;
  geo-pos:lat "52.813637"^^xsd:decimal ;
  geo-pos:long "-9.499591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_159'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=159'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.499591'^^xsd:double;
  dwc:startLongitude '-9.499591'^^xsd:double;
  dwc:endLongitude '-9.499591'^^xsd:double;
  dwc:latitude '52.813637'^^xsd:double;
  dwc:startLatitude '52.813637'^^xsd:double;
  dwc:endLatitude '52.813637'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_159'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482005 -9.461263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.482005"^^xsd:decimal ;
  dwc:decimalLongitude "-9.461263"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482005 -9.461263)"^^geo:wktLiteral ;
  geo-pos:lat "51.482005"^^xsd:decimal ;
  geo-pos:long "-9.461263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_373'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=373'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:startTimeOfDay '17.716666666667'^^xsd:double;
  dwc:endTimeOfDay '17.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.461263'^^xsd:double;
  dwc:startLongitude '-9.461263'^^xsd:double;
  dwc:endLongitude '-9.461263'^^xsd:double;
  dwc:latitude '51.482005'^^xsd:double;
  dwc:startLatitude '51.482005'^^xsd:double;
  dwc:endLatitude '51.482005'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_373'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.48294 -9.458413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.48294"^^xsd:decimal ;
  dwc:decimalLongitude "-9.458413"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.48294 -9.458413)"^^geo:wktLiteral ;
  geo-pos:lat "51.48294"^^xsd:decimal ;
  geo-pos:long "-9.458413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_372'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=372'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:startTimeOfDay '17.716666666667'^^xsd:double;
  dwc:endTimeOfDay '17.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.458413'^^xsd:double;
  dwc:startLongitude '-9.458413'^^xsd:double;
  dwc:endLongitude '-9.458413'^^xsd:double;
  dwc:latitude '51.48294'^^xsd:double;
  dwc:startLatitude '51.48294'^^xsd:double;
  dwc:endLatitude '51.48294'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_372'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.547007 -9.438834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.547007"^^xsd:decimal ;
  dwc:decimalLongitude "-9.438834"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.547007 -9.438834)"^^geo:wktLiteral ;
  geo-pos:lat "51.547007"^^xsd:decimal ;
  geo-pos:long "-9.438834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_221'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=221'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:startTimeOfDay '17.583333333333'^^xsd:double;
  dwc:endTimeOfDay '17.583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.438834'^^xsd:double;
  dwc:startLongitude '-9.438834'^^xsd:double;
  dwc:endLongitude '-9.438834'^^xsd:double;
  dwc:latitude '51.547007'^^xsd:double;
  dwc:startLatitude '51.547007'^^xsd:double;
  dwc:endLatitude '51.547007'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_221'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.232492 -9.422824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.232492"^^xsd:decimal ;
  dwc:decimalLongitude "-9.422824"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.232492 -9.422824)"^^geo:wktLiteral ;
  geo-pos:lat "53.232492"^^xsd:decimal ;
  geo-pos:long "-9.422824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_151'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=151'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:startTimeOfDay '13.85'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.422824'^^xsd:double;
  dwc:startLongitude '-9.422824'^^xsd:double;
  dwc:endLongitude '-9.422824'^^xsd:double;
  dwc:latitude '53.232492'^^xsd:double;
  dwc:startLatitude '53.232492'^^xsd:double;
  dwc:endLatitude '53.232492'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_151'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.540029 -9.421315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.540029"^^xsd:decimal ;
  dwc:decimalLongitude "-9.421315"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.540029 -9.421315)"^^geo:wktLiteral ;
  geo-pos:lat "51.540029"^^xsd:decimal ;
  geo-pos:long "-9.421315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_222'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=222'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:startTimeOfDay '17.583333333333'^^xsd:double;
  dwc:endTimeOfDay '17.583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.421315'^^xsd:double;
  dwc:startLongitude '-9.421315'^^xsd:double;
  dwc:endLongitude '-9.421315'^^xsd:double;
  dwc:latitude '51.540029'^^xsd:double;
  dwc:startLatitude '51.540029'^^xsd:double;
  dwc:endLatitude '51.540029'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_222'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.526602 -9.416574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.526602"^^xsd:decimal ;
  dwc:decimalLongitude "-9.416574"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.526602 -9.416574)"^^geo:wktLiteral ;
  geo-pos:lat "51.526602"^^xsd:decimal ;
  geo-pos:long "-9.416574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_370'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=370'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:startTimeOfDay '17.633333333333'^^xsd:double;
  dwc:endTimeOfDay '17.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.416574'^^xsd:double;
  dwc:startLongitude '-9.416574'^^xsd:double;
  dwc:endLongitude '-9.416574'^^xsd:double;
  dwc:latitude '51.526602'^^xsd:double;
  dwc:startLatitude '51.526602'^^xsd:double;
  dwc:endLatitude '51.526602'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_370'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.229041 -9.410728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.229041"^^xsd:decimal ;
  dwc:decimalLongitude "-9.410728"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.229041 -9.410728)"^^geo:wktLiteral ;
  geo-pos:lat "53.229041"^^xsd:decimal ;
  geo-pos:long "-9.410728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_152'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=152'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:startTimeOfDay '13.85'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.410728'^^xsd:double;
  dwc:startLongitude '-9.410728'^^xsd:double;
  dwc:endLongitude '-9.410728'^^xsd:double;
  dwc:latitude '53.229041'^^xsd:double;
  dwc:startLatitude '53.229041'^^xsd:double;
  dwc:endLatitude '53.229041'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '39'^^xsd:integer;
  dwc:relatedCatalogItem '431_152'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '39'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.229992 -9.406266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.229992"^^xsd:decimal ;
  dwc:decimalLongitude "-9.406266"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.229992 -9.406266)"^^geo:wktLiteral ;
  geo-pos:lat "53.229992"^^xsd:decimal ;
  geo-pos:long "-9.406266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_153'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=153'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:startTimeOfDay '13.85'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.406266'^^xsd:double;
  dwc:startLongitude '-9.406266'^^xsd:double;
  dwc:endLongitude '-9.406266'^^xsd:double;
  dwc:latitude '53.229992'^^xsd:double;
  dwc:startLatitude '53.229992'^^xsd:double;
  dwc:endLatitude '53.229992'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_153'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.502598 -9.394223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.502598"^^xsd:decimal ;
  dwc:decimalLongitude "-9.394223"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.502598 -9.394223)"^^geo:wktLiteral ;
  geo-pos:lat "51.502598"^^xsd:decimal ;
  geo-pos:long "-9.394223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_371'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=371'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:startTimeOfDay '17.833333333333'^^xsd:double;
  dwc:endTimeOfDay '17.833333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.394223'^^xsd:double;
  dwc:startLongitude '-9.394223'^^xsd:double;
  dwc:endLongitude '-9.394223'^^xsd:double;
  dwc:latitude '51.502598'^^xsd:double;
  dwc:startLatitude '51.502598'^^xsd:double;
  dwc:endLatitude '51.502598'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_371'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.499937 -9.391262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.499937"^^xsd:decimal ;
  dwc:decimalLongitude "-9.391262"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.499937 -9.391262)"^^geo:wktLiteral ;
  geo-pos:lat "51.499937"^^xsd:decimal ;
  geo-pos:long "-9.391262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_224'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=224'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:startTimeOfDay '17.766666666667'^^xsd:double;
  dwc:endTimeOfDay '17.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.391262'^^xsd:double;
  dwc:startLongitude '-9.391262'^^xsd:double;
  dwc:endLongitude '-9.391262'^^xsd:double;
  dwc:latitude '51.499937'^^xsd:double;
  dwc:startLatitude '51.499937'^^xsd:double;
  dwc:endLatitude '51.499937'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_224'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.496359 -9.389713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.496359"^^xsd:decimal ;
  dwc:decimalLongitude "-9.389713"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.496359 -9.389713)"^^geo:wktLiteral ;
  geo-pos:lat "51.496359"^^xsd:decimal ;
  geo-pos:long "-9.389713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_226'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=226'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:startTimeOfDay '17.766666666667'^^xsd:double;
  dwc:endTimeOfDay '17.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.389713'^^xsd:double;
  dwc:startLongitude '-9.389713'^^xsd:double;
  dwc:endLongitude '-9.389713'^^xsd:double;
  dwc:latitude '51.496359'^^xsd:double;
  dwc:startLatitude '51.496359'^^xsd:double;
  dwc:endLatitude '51.496359'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '431_226'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.499072 -9.388355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.499072"^^xsd:decimal ;
  dwc:decimalLongitude "-9.388355"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.499072 -9.388355)"^^geo:wktLiteral ;
  geo-pos:lat "51.499072"^^xsd:decimal ;
  geo-pos:long "-9.388355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_223'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=223'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:startTimeOfDay '17.766666666667'^^xsd:double;
  dwc:endTimeOfDay '17.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.388355'^^xsd:double;
  dwc:startLongitude '-9.388355'^^xsd:double;
  dwc:endLongitude '-9.388355'^^xsd:double;
  dwc:latitude '51.499072'^^xsd:double;
  dwc:startLatitude '51.499072'^^xsd:double;
  dwc:endLatitude '51.499072'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '431_223'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.498191 -9.386888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.498191"^^xsd:decimal ;
  dwc:decimalLongitude "-9.386888"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.498191 -9.386888)"^^geo:wktLiteral ;
  geo-pos:lat "51.498191"^^xsd:decimal ;
  geo-pos:long "-9.386888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_225'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=225'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:startTimeOfDay '17.766666666667'^^xsd:double;
  dwc:endTimeOfDay '17.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.386888'^^xsd:double;
  dwc:startLongitude '-9.386888'^^xsd:double;
  dwc:endLongitude '-9.386888'^^xsd:double;
  dwc:latitude '51.498191'^^xsd:double;
  dwc:startLatitude '51.498191'^^xsd:double;
  dwc:endLatitude '51.498191'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_225'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.925958 -9.351777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.925958"^^xsd:decimal ;
  dwc:decimalLongitude "-9.351777"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.925958 -9.351777)"^^geo:wktLiteral ;
  geo-pos:lat "52.925958"^^xsd:decimal ;
  geo-pos:long "-9.351777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_349'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=349'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:startTimeOfDay '14.916666666667'^^xsd:double;
  dwc:endTimeOfDay '14.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.351777'^^xsd:double;
  dwc:startLongitude '-9.351777'^^xsd:double;
  dwc:endLongitude '-9.351777'^^xsd:double;
  dwc:latitude '52.925958'^^xsd:double;
  dwc:startLatitude '52.925958'^^xsd:double;
  dwc:endLatitude '52.925958'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_349'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.468578 -9.220471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.468578"^^xsd:decimal ;
  dwc:decimalLongitude "-9.220471"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.468578 -9.220471)"^^geo:wktLiteral ;
  geo-pos:lat "51.468578"^^xsd:decimal ;
  geo-pos:long "-9.220471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_376'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=376'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:startTimeOfDay '18.166666666667'^^xsd:double;
  dwc:endTimeOfDay '18.166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.220471'^^xsd:double;
  dwc:startLongitude '-9.220471'^^xsd:double;
  dwc:endLongitude '-9.220471'^^xsd:double;
  dwc:latitude '51.468578'^^xsd:double;
  dwc:startLatitude '51.468578'^^xsd:double;
  dwc:endLatitude '51.468578'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_376'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.261253 -9.189422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.261253"^^xsd:decimal ;
  dwc:decimalLongitude "-9.189422"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.261253 -9.189422)"^^geo:wktLiteral ;
  geo-pos:lat "54.261253"^^xsd:decimal ;
  geo-pos:long "-9.189422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_282'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=282'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:startTimeOfDay '14.283333333333'^^xsd:double;
  dwc:endTimeOfDay '14.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.189422'^^xsd:double;
  dwc:startLongitude '-9.189422'^^xsd:double;
  dwc:endLongitude '-9.189422'^^xsd:double;
  dwc:latitude '54.261253'^^xsd:double;
  dwc:startLatitude '54.261253'^^xsd:double;
  dwc:endLatitude '54.261253'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_282'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.202072 -9.176993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.202072"^^xsd:decimal ;
  dwc:decimalLongitude "-9.176993"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.202072 -9.176993)"^^geo:wktLiteral ;
  geo-pos:lat "54.202072"^^xsd:decimal ;
  geo-pos:long "-9.176993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_54'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=54'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:startTimeOfDay '14.2'^^xsd:double;
  dwc:endTimeOfDay '14.2'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.176993'^^xsd:double;
  dwc:startLongitude '-9.176993'^^xsd:double;
  dwc:endLongitude '-9.176993'^^xsd:double;
  dwc:latitude '54.202072'^^xsd:double;
  dwc:startLatitude '54.202072'^^xsd:double;
  dwc:endLatitude '54.202072'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_54'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.251522 -9.173798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.251522"^^xsd:decimal ;
  dwc:decimalLongitude "-9.173798"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.251522 -9.173798)"^^geo:wktLiteral ;
  geo-pos:lat "54.251522"^^xsd:decimal ;
  geo-pos:long "-9.173798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_281'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=281'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.266666666667'^^xsd:double;
  dwc:startTimeOfDay '14.266666666667'^^xsd:double;
  dwc:endTimeOfDay '14.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.173798'^^xsd:double;
  dwc:startLongitude '-9.173798'^^xsd:double;
  dwc:endLongitude '-9.173798'^^xsd:double;
  dwc:latitude '54.251522'^^xsd:double;
  dwc:startLatitude '54.251522'^^xsd:double;
  dwc:endLatitude '54.251522'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_281'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.12675 -9.144416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.12675"^^xsd:decimal ;
  dwc:decimalLongitude "-9.144416"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.12675 -9.144416)"^^geo:wktLiteral ;
  geo-pos:lat "53.12675"^^xsd:decimal ;
  geo-pos:long "-9.144416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_156'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=156'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:startTimeOfDay '14.633333333333'^^xsd:double;
  dwc:endTimeOfDay '14.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.144416'^^xsd:double;
  dwc:startLongitude '-9.144416'^^xsd:double;
  dwc:endLongitude '-9.144416'^^xsd:double;
  dwc:latitude '53.12675'^^xsd:double;
  dwc:startLatitude '53.12675'^^xsd:double;
  dwc:endLatitude '53.12675'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:relatedCatalogItem '431_156'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '28'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.124967 -9.142874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.124967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.142874"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.124967 -9.142874)"^^geo:wktLiteral ;
  geo-pos:lat "53.124967"^^xsd:decimal ;
  geo-pos:long "-9.142874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_157'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=157'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:startTimeOfDay '14.633333333333'^^xsd:double;
  dwc:endTimeOfDay '14.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.142874'^^xsd:double;
  dwc:startLongitude '-9.142874'^^xsd:double;
  dwc:endLongitude '-9.142874'^^xsd:double;
  dwc:latitude '53.124967'^^xsd:double;
  dwc:startLatitude '53.124967'^^xsd:double;
  dwc:endLatitude '53.124967'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_157'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.123184 -9.141333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.123184"^^xsd:decimal ;
  dwc:decimalLongitude "-9.141333"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.123184 -9.141333)"^^geo:wktLiteral ;
  geo-pos:lat "53.123184"^^xsd:decimal ;
  geo-pos:long "-9.141333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_158'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=158'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:startTimeOfDay '14.633333333333'^^xsd:double;
  dwc:endTimeOfDay '14.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.141333'^^xsd:double;
  dwc:startLongitude '-9.141333'^^xsd:double;
  dwc:endLongitude '-9.141333'^^xsd:double;
  dwc:latitude '53.123184'^^xsd:double;
  dwc:startLatitude '53.123184'^^xsd:double;
  dwc:endLatitude '53.123184'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '29'^^xsd:integer;
  dwc:relatedCatalogItem '431_158'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '29'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.515251 -9.138154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.515251"^^xsd:decimal ;
  dwc:decimalLongitude "-9.138154"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.515251 -9.138154)"^^geo:wktLiteral ;
  geo-pos:lat "51.515251"^^xsd:decimal ;
  geo-pos:long "-9.138154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_377'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=377'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '18.3'^^xsd:double;
  dwc:startTimeOfDay '18.3'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.138154'^^xsd:double;
  dwc:startLongitude '-9.138154'^^xsd:double;
  dwc:endLongitude '-9.138154'^^xsd:double;
  dwc:latitude '51.515251'^^xsd:double;
  dwc:startLatitude '51.515251'^^xsd:double;
  dwc:endLatitude '51.515251'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_377'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197151 -9.127816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197151"^^xsd:decimal ;
  dwc:decimalLongitude "-9.127816"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197151 -9.127816)"^^geo:wktLiteral ;
  geo-pos:lat "54.197151"^^xsd:decimal ;
  geo-pos:long "-9.127816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_53'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=53'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:startTimeOfDay '14.1'^^xsd:double;
  dwc:endTimeOfDay '14.1'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.127816'^^xsd:double;
  dwc:startLongitude '-9.127816'^^xsd:double;
  dwc:endLongitude '-9.127816'^^xsd:double;
  dwc:latitude '54.197151'^^xsd:double;
  dwc:startLatitude '54.197151'^^xsd:double;
  dwc:endLatitude '54.197151'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '107'^^xsd:integer;
  dwc:relatedCatalogItem '431_53'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '107'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.139942 -9.079007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.139942"^^xsd:decimal ;
  dwc:decimalLongitude "-9.079007"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.139942 -9.079007)"^^geo:wktLiteral ;
  geo-pos:lat "53.139942"^^xsd:decimal ;
  geo-pos:long "-9.079007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_139'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=139'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.45'^^xsd:double;
  dwc:startTimeOfDay '17.45'^^xsd:double;
  dwc:endTimeOfDay '17.45'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.079007'^^xsd:double;
  dwc:startLongitude '-9.079007'^^xsd:double;
  dwc:endLongitude '-9.079007'^^xsd:double;
  dwc:latitude '53.139942'^^xsd:double;
  dwc:startLatitude '53.139942'^^xsd:double;
  dwc:endLatitude '53.139942'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:relatedCatalogItem '431_139'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '37'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.184035 -9.072633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.184035"^^xsd:decimal ;
  dwc:decimalLongitude "-9.072633"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.184035 -9.072633)"^^geo:wktLiteral ;
  geo-pos:lat "53.184035"^^xsd:decimal ;
  geo-pos:long "-9.072633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_154'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=154'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.072633'^^xsd:double;
  dwc:startLongitude '-9.072633'^^xsd:double;
  dwc:endLongitude '-9.072633'^^xsd:double;
  dwc:latitude '53.184035'^^xsd:double;
  dwc:startLatitude '53.184035'^^xsd:double;
  dwc:endLatitude '53.184035'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_154'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.184035 -9.072633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.184035"^^xsd:decimal ;
  dwc:decimalLongitude "-9.072633"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.184035 -9.072633)"^^geo:wktLiteral ;
  geo-pos:lat "53.184035"^^xsd:decimal ;
  geo-pos:long "-9.072633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_155'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=155'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.072633'^^xsd:double;
  dwc:startLongitude '-9.072633'^^xsd:double;
  dwc:endLongitude '-9.072633'^^xsd:double;
  dwc:latitude '53.184035'^^xsd:double;
  dwc:startLatitude '53.184035'^^xsd:double;
  dwc:endLatitude '53.184035'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_155'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.184062 -9.069642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.184062"^^xsd:decimal ;
  dwc:decimalLongitude "-9.069642"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.184062 -9.069642)"^^geo:wktLiteral ;
  geo-pos:lat "53.184062"^^xsd:decimal ;
  geo-pos:long "-9.069642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_348'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=348'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.069642'^^xsd:double;
  dwc:startLongitude '-9.069642'^^xsd:double;
  dwc:endLongitude '-9.069642'^^xsd:double;
  dwc:latitude '53.184062'^^xsd:double;
  dwc:startLatitude '53.184062'^^xsd:double;
  dwc:endLatitude '53.184062'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_348'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.663796 -9.059851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.663796"^^xsd:decimal ;
  dwc:decimalLongitude "-9.059851"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.663796 -9.059851)"^^geo:wktLiteral ;
  geo-pos:lat "52.663796"^^xsd:decimal ;
  geo-pos:long "-9.059851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_351'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=351'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.059851'^^xsd:double;
  dwc:startLongitude '-9.059851'^^xsd:double;
  dwc:endLongitude '-9.059851'^^xsd:double;
  dwc:latitude '52.663796'^^xsd:double;
  dwc:startLatitude '52.663796'^^xsd:double;
  dwc:endLatitude '52.663796'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_351'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.676585 -9.036502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.676585"^^xsd:decimal ;
  dwc:decimalLongitude "-9.036502"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.676585 -9.036502)"^^geo:wktLiteral ;
  geo-pos:lat "52.676585"^^xsd:decimal ;
  geo-pos:long "-9.036502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_160'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=160'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '16.033333333333'^^xsd:double;
  dwc:startTimeOfDay '16.033333333333'^^xsd:double;
  dwc:endTimeOfDay '16.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.036502'^^xsd:double;
  dwc:startLongitude '-9.036502'^^xsd:double;
  dwc:endLongitude '-9.036502'^^xsd:double;
  dwc:latitude '52.676585'^^xsd:double;
  dwc:startLatitude '52.676585'^^xsd:double;
  dwc:endLatitude '52.676585'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_160'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.677548 -9.029132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.677548"^^xsd:decimal ;
  dwc:decimalLongitude "-9.029132"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.677548 -9.029132)"^^geo:wktLiteral ;
  geo-pos:lat "52.677548"^^xsd:decimal ;
  geo-pos:long "-9.029132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_161'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=161'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:startTimeOfDay '16.166666666667'^^xsd:double;
  dwc:endTimeOfDay '16.166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.029132'^^xsd:double;
  dwc:startLongitude '-9.029132'^^xsd:double;
  dwc:endLongitude '-9.029132'^^xsd:double;
  dwc:latitude '52.677548'^^xsd:double;
  dwc:startLatitude '52.677548'^^xsd:double;
  dwc:endLatitude '52.677548'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_161'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.235759 -9.01551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.235759"^^xsd:decimal ;
  dwc:decimalLongitude "-9.01551"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.235759 -9.01551)"^^geo:wktLiteral ;
  geo-pos:lat "53.235759"^^xsd:decimal ;
  geo-pos:long "-9.01551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_136'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=136'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:startTimeOfDay '16.866666666667'^^xsd:double;
  dwc:endTimeOfDay '16.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.01551'^^xsd:double;
  dwc:startLongitude '-9.01551'^^xsd:double;
  dwc:endLongitude '-9.01551'^^xsd:double;
  dwc:latitude '53.235759'^^xsd:double;
  dwc:startLatitude '53.235759'^^xsd:double;
  dwc:endLatitude '53.235759'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:relatedCatalogItem '431_136'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '18'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.235772 -9.014012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.235772"^^xsd:decimal ;
  dwc:decimalLongitude "-9.014012"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.235772 -9.014012)"^^geo:wktLiteral ;
  geo-pos:lat "53.235772"^^xsd:decimal ;
  geo-pos:long "-9.014012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_135'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=135'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:startTimeOfDay '16.866666666667'^^xsd:double;
  dwc:endTimeOfDay '16.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-9.014012'^^xsd:double;
  dwc:startLongitude '-9.014012'^^xsd:double;
  dwc:endLongitude '-9.014012'^^xsd:double;
  dwc:latitude '53.235772'^^xsd:double;
  dwc:startLatitude '53.235772'^^xsd:double;
  dwc:endLatitude '53.235772'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_135'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.240528 -8.982666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.240528"^^xsd:decimal ;
  dwc:decimalLongitude "-8.982666"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.240528 -8.982666)"^^geo:wktLiteral ;
  geo-pos:lat "53.240528"^^xsd:decimal ;
  geo-pos:long "-8.982666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_134'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=134'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:startTimeOfDay '16.816666666667'^^xsd:double;
  dwc:endTimeOfDay '16.816666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.982666'^^xsd:double;
  dwc:startLongitude '-8.982666'^^xsd:double;
  dwc:endLongitude '-8.982666'^^xsd:double;
  dwc:latitude '53.240528'^^xsd:double;
  dwc:startLatitude '53.240528'^^xsd:double;
  dwc:endLatitude '53.240528'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_134'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.263209 -8.956208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.263209"^^xsd:decimal ;
  dwc:decimalLongitude "-8.956208"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.263209 -8.956208)"^^geo:wktLiteral ;
  geo-pos:lat "53.263209"^^xsd:decimal ;
  geo-pos:long "-8.956208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_133'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=133'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.75'^^xsd:double;
  dwc:startTimeOfDay '16.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.956208'^^xsd:double;
  dwc:startLongitude '-8.956208'^^xsd:double;
  dwc:endLongitude '-8.956208'^^xsd:double;
  dwc:latitude '53.263209'^^xsd:double;
  dwc:startLatitude '53.263209'^^xsd:double;
  dwc:endLatitude '53.263209'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_133'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.265929 -8.953271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.265929"^^xsd:decimal ;
  dwc:decimalLongitude "-8.953271"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.265929 -8.953271)"^^geo:wktLiteral ;
  geo-pos:lat "53.265929"^^xsd:decimal ;
  geo-pos:long "-8.953271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_130'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=130'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.7'^^xsd:double;
  dwc:startTimeOfDay '16.7'^^xsd:double;
  dwc:endTimeOfDay '16.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.953271'^^xsd:double;
  dwc:startLongitude '-8.953271'^^xsd:double;
  dwc:endLongitude '-8.953271'^^xsd:double;
  dwc:latitude '53.265929'^^xsd:double;
  dwc:startLatitude '53.265929'^^xsd:double;
  dwc:endLatitude '53.265929'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_130'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.265929 -8.953271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.265929"^^xsd:decimal ;
  dwc:decimalLongitude "-8.953271"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.265929 -8.953271)"^^geo:wktLiteral ;
  geo-pos:lat "53.265929"^^xsd:decimal ;
  geo-pos:long "-8.953271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_131'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=131'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.7'^^xsd:double;
  dwc:startTimeOfDay '16.7'^^xsd:double;
  dwc:endTimeOfDay '16.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.953271'^^xsd:double;
  dwc:startLongitude '-8.953271'^^xsd:double;
  dwc:endLongitude '-8.953271'^^xsd:double;
  dwc:latitude '53.265929'^^xsd:double;
  dwc:startLatitude '53.265929'^^xsd:double;
  dwc:endLatitude '53.265929'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_131'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.230001 -8.950975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.230001"^^xsd:decimal ;
  dwc:decimalLongitude "-8.950975"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.230001 -8.950975)"^^geo:wktLiteral ;
  geo-pos:lat "53.230001"^^xsd:decimal ;
  geo-pos:long "-8.950975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_132'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=132'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.75'^^xsd:double;
  dwc:startTimeOfDay '16.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.950975'^^xsd:double;
  dwc:startLongitude '-8.950975'^^xsd:double;
  dwc:endLongitude '-8.950975'^^xsd:double;
  dwc:latitude '53.230001'^^xsd:double;
  dwc:startLatitude '53.230001'^^xsd:double;
  dwc:endLatitude '53.230001'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '48'^^xsd:integer;
  dwc:relatedCatalogItem '431_132'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '48'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.161715 -8.949465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.161715"^^xsd:decimal ;
  dwc:decimalLongitude "-8.949465"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.161715 -8.949465)"^^geo:wktLiteral ;
  geo-pos:lat "53.161715"^^xsd:decimal ;
  geo-pos:long "-8.949465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_138'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=138'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.266666666667'^^xsd:double;
  dwc:startTimeOfDay '17.266666666667'^^xsd:double;
  dwc:endTimeOfDay '17.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.949465'^^xsd:double;
  dwc:startLongitude '-8.949465'^^xsd:double;
  dwc:endLongitude '-8.949465'^^xsd:double;
  dwc:latitude '53.161715'^^xsd:double;
  dwc:startLatitude '53.161715'^^xsd:double;
  dwc:endLatitude '53.161715'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '99'^^xsd:integer;
  dwc:relatedCatalogItem '431_138'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '99'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.193186 -8.947167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.193186"^^xsd:decimal ;
  dwc:decimalLongitude "-8.947167"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.193186 -8.947167)"^^geo:wktLiteral ;
  geo-pos:lat "53.193186"^^xsd:decimal ;
  geo-pos:long "-8.947167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_137'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=137'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:startTimeOfDay '17.2'^^xsd:double;
  dwc:endTimeOfDay '17.2'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.947167'^^xsd:double;
  dwc:startLongitude '-8.947167'^^xsd:double;
  dwc:endLongitude '-8.947167'^^xsd:double;
  dwc:latitude '53.193186'^^xsd:double;
  dwc:startLatitude '53.193186'^^xsd:double;
  dwc:endLatitude '53.193186'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_137'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.663156 -8.83381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.663156"^^xsd:decimal ;
  dwc:decimalLongitude "-8.83381"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.663156 -8.83381)"^^geo:wktLiteral ;
  geo-pos:lat "54.663156"^^xsd:decimal ;
  geo-pos:long "-8.83381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_270'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=270'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:startTimeOfDay '11.866666666667'^^xsd:double;
  dwc:endTimeOfDay '11.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.83381'^^xsd:double;
  dwc:startLongitude '-8.83381'^^xsd:double;
  dwc:endLongitude '-8.83381'^^xsd:double;
  dwc:latitude '54.663156'^^xsd:double;
  dwc:startLatitude '54.663156'^^xsd:double;
  dwc:endLatitude '54.663156'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_270'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.668599 -8.826171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.668599"^^xsd:decimal ;
  dwc:decimalLongitude "-8.826171"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.668599 -8.826171)"^^geo:wktLiteral ;
  geo-pos:lat "54.668599"^^xsd:decimal ;
  geo-pos:long "-8.826171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_269'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=269'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:startTimeOfDay '11.883333333333'^^xsd:double;
  dwc:endTimeOfDay '11.883333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.826171'^^xsd:double;
  dwc:startLongitude '-8.826171'^^xsd:double;
  dwc:endLongitude '-8.826171'^^xsd:double;
  dwc:latitude '54.668599'^^xsd:double;
  dwc:startLatitude '54.668599'^^xsd:double;
  dwc:endLatitude '54.668599'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:relatedCatalogItem '431_269'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '23'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4646 -8.690957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4646"^^xsd:decimal ;
  dwc:decimalLongitude "-8.690957"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4646 -8.690957)"^^geo:wktLiteral ;
  geo-pos:lat "54.4646"^^xsd:decimal ;
  geo-pos:long "-8.690957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_276'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=276'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:startTimeOfDay '12.866666666667'^^xsd:double;
  dwc:endTimeOfDay '12.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.690957'^^xsd:double;
  dwc:startLongitude '-8.690957'^^xsd:double;
  dwc:endLongitude '-8.690957'^^xsd:double;
  dwc:latitude '54.4646'^^xsd:double;
  dwc:startLatitude '54.4646'^^xsd:double;
  dwc:endLatitude '54.4646'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_276'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.463798 -8.673978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.463798"^^xsd:decimal ;
  dwc:decimalLongitude "-8.673978"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.463798 -8.673978)"^^geo:wktLiteral ;
  geo-pos:lat "54.463798"^^xsd:decimal ;
  geo-pos:long "-8.673978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_275'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=275'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:startTimeOfDay '12.866666666667'^^xsd:double;
  dwc:endTimeOfDay '12.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.673978'^^xsd:double;
  dwc:startLongitude '-8.673978'^^xsd:double;
  dwc:endLongitude '-8.673978'^^xsd:double;
  dwc:latitude '54.463798'^^xsd:double;
  dwc:startLatitude '54.463798'^^xsd:double;
  dwc:endLatitude '54.463798'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_275'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.463806 -8.672436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.463806"^^xsd:decimal ;
  dwc:decimalLongitude "-8.672436"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.463806 -8.672436)"^^geo:wktLiteral ;
  geo-pos:lat "54.463806"^^xsd:decimal ;
  geo-pos:long "-8.672436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_274'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=274'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:startTimeOfDay '12.866666666667'^^xsd:double;
  dwc:endTimeOfDay '12.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.672436'^^xsd:double;
  dwc:startLongitude '-8.672436'^^xsd:double;
  dwc:endLongitude '-8.672436'^^xsd:double;
  dwc:latitude '54.463806'^^xsd:double;
  dwc:startLatitude '54.463806'^^xsd:double;
  dwc:endLatitude '54.463806'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:relatedCatalogItem '431_274'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '32'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.462908 -8.672421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.462908"^^xsd:decimal ;
  dwc:decimalLongitude "-8.672421"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.462908 -8.672421)"^^geo:wktLiteral ;
  geo-pos:lat "54.462908"^^xsd:decimal ;
  geo-pos:long "-8.672421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_272'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=272'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:startTimeOfDay '12.866666666667'^^xsd:double;
  dwc:endTimeOfDay '12.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.672421'^^xsd:double;
  dwc:startLongitude '-8.672421'^^xsd:double;
  dwc:endLongitude '-8.672421'^^xsd:double;
  dwc:latitude '54.462908'^^xsd:double;
  dwc:startLatitude '54.462908'^^xsd:double;
  dwc:endLatitude '54.462908'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:relatedCatalogItem '431_272'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '59'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.463824 -8.669351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.463824"^^xsd:decimal ;
  dwc:decimalLongitude "-8.669351"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.463824 -8.669351)"^^geo:wktLiteral ;
  geo-pos:lat "54.463824"^^xsd:decimal ;
  geo-pos:long "-8.669351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_273'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=273'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:startTimeOfDay '12.866666666667'^^xsd:double;
  dwc:endTimeOfDay '12.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.669351'^^xsd:double;
  dwc:startLongitude '-8.669351'^^xsd:double;
  dwc:endLongitude '-8.669351'^^xsd:double;
  dwc:latitude '54.463824'^^xsd:double;
  dwc:startLatitude '54.463824'^^xsd:double;
  dwc:endLatitude '54.463824'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_273'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.77309 -8.630934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.77309"^^xsd:decimal ;
  dwc:decimalLongitude "-8.630934"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.77309 -8.630934)"^^geo:wktLiteral ;
  geo-pos:lat "54.77309"^^xsd:decimal ;
  geo-pos:long "-8.630934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_268'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=268'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:startTimeOfDay '11.716666666667'^^xsd:double;
  dwc:endTimeOfDay '11.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.630934'^^xsd:double;
  dwc:startLongitude '-8.630934'^^xsd:double;
  dwc:endLongitude '-8.630934'^^xsd:double;
  dwc:latitude '54.77309'^^xsd:double;
  dwc:startLatitude '54.77309'^^xsd:double;
  dwc:endLatitude '54.77309'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '90'^^xsd:integer;
  dwc:relatedCatalogItem '431_268'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '90'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.635054 -8.626904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.635054"^^xsd:decimal ;
  dwc:decimalLongitude "-8.626904"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.635054 -8.626904)"^^geo:wktLiteral ;
  geo-pos:lat "51.635054"^^xsd:decimal ;
  geo-pos:long "-8.626904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_379'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=379'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:startTimeOfDay '15.016666666667'^^xsd:double;
  dwc:endTimeOfDay '15.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.626904'^^xsd:double;
  dwc:startLongitude '-8.626904'^^xsd:double;
  dwc:endLongitude '-8.626904'^^xsd:double;
  dwc:latitude '51.635054'^^xsd:double;
  dwc:startLatitude '51.635054'^^xsd:double;
  dwc:endLatitude '51.635054'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_379'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24933 -8.624448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24933"^^xsd:decimal ;
  dwc:decimalLongitude "-8.624448"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24933 -8.624448)"^^geo:wktLiteral ;
  geo-pos:lat "54.24933"^^xsd:decimal ;
  geo-pos:long "-8.624448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_41'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=41'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.616666666667'^^xsd:double;
  dwc:startTimeOfDay '13.616666666667'^^xsd:double;
  dwc:endTimeOfDay '13.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.624448'^^xsd:double;
  dwc:startLongitude '-8.624448'^^xsd:double;
  dwc:endLongitude '-8.624448'^^xsd:double;
  dwc:latitude '54.24933'^^xsd:double;
  dwc:startLatitude '54.24933'^^xsd:double;
  dwc:endLatitude '54.24933'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_41'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240416 -8.610508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.240416"^^xsd:decimal ;
  dwc:decimalLongitude "-8.610508"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240416 -8.610508)"^^geo:wktLiteral ;
  geo-pos:lat "54.240416"^^xsd:decimal ;
  geo-pos:long "-8.610508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_42'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=42'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:startTimeOfDay '13.633333333333'^^xsd:double;
  dwc:endTimeOfDay '13.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.610508'^^xsd:double;
  dwc:startLongitude '-8.610508'^^xsd:double;
  dwc:endLongitude '-8.610508'^^xsd:double;
  dwc:latitude '54.240416'^^xsd:double;
  dwc:startLatitude '54.240416'^^xsd:double;
  dwc:endLatitude '54.240416'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '36'^^xsd:integer;
  dwc:relatedCatalogItem '431_42'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '36'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.239526 -8.608961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.239526"^^xsd:decimal ;
  dwc:decimalLongitude "-8.608961"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.239526 -8.608961)"^^geo:wktLiteral ;
  geo-pos:lat "54.239526"^^xsd:decimal ;
  geo-pos:long "-8.608961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_51'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=51'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.608961'^^xsd:double;
  dwc:startLongitude '-8.608961'^^xsd:double;
  dwc:endLongitude '-8.608961'^^xsd:double;
  dwc:latitude '54.239526'^^xsd:double;
  dwc:startLatitude '54.239526'^^xsd:double;
  dwc:endLatitude '54.239526'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:relatedCatalogItem '431_51'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '26'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24133 -8.607453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24133"^^xsd:decimal ;
  dwc:decimalLongitude "-8.607453"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24133 -8.607453)"^^geo:wktLiteral ;
  geo-pos:lat "54.24133"^^xsd:decimal ;
  geo-pos:long "-8.607453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_280'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=280'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.607453'^^xsd:double;
  dwc:startLongitude '-8.607453'^^xsd:double;
  dwc:endLongitude '-8.607453'^^xsd:double;
  dwc:latitude '54.24133'^^xsd:double;
  dwc:startLatitude '54.24133'^^xsd:double;
  dwc:endLatitude '54.24133'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_280'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24044 -8.605906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24044"^^xsd:decimal ;
  dwc:decimalLongitude "-8.605906"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24044 -8.605906)"^^geo:wktLiteral ;
  geo-pos:lat "54.24044"^^xsd:decimal ;
  geo-pos:long "-8.605906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_50'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=50'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.605906'^^xsd:double;
  dwc:startLongitude '-8.605906'^^xsd:double;
  dwc:endLongitude '-8.605906'^^xsd:double;
  dwc:latitude '54.24044'^^xsd:double;
  dwc:startLatitude '54.24044'^^xsd:double;
  dwc:endLatitude '54.24044'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_50'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240455 -8.602839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.240455"^^xsd:decimal ;
  dwc:decimalLongitude "-8.602839"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240455 -8.602839)"^^geo:wktLiteral ;
  geo-pos:lat "54.240455"^^xsd:decimal ;
  geo-pos:long "-8.602839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_278'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=278'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.602839'^^xsd:double;
  dwc:startLongitude '-8.602839'^^xsd:double;
  dwc:endLongitude '-8.602839'^^xsd:double;
  dwc:latitude '54.240455'^^xsd:double;
  dwc:startLatitude '54.240455'^^xsd:double;
  dwc:endLatitude '54.240455'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_278'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240455 -8.602839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.240455"^^xsd:decimal ;
  dwc:decimalLongitude "-8.602839"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240455 -8.602839)"^^geo:wktLiteral ;
  geo-pos:lat "54.240455"^^xsd:decimal ;
  geo-pos:long "-8.602839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_45'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=45'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.602839'^^xsd:double;
  dwc:startLongitude '-8.602839'^^xsd:double;
  dwc:endLongitude '-8.602839'^^xsd:double;
  dwc:latitude '54.240455'^^xsd:double;
  dwc:startLatitude '54.240455'^^xsd:double;
  dwc:endLatitude '54.240455'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '46'^^xsd:integer;
  dwc:relatedCatalogItem '431_45'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '46'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.610914 -8.602028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.610914"^^xsd:decimal ;
  dwc:decimalLongitude "-8.602028"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.610914 -8.602028)"^^geo:wktLiteral ;
  geo-pos:lat "51.610914"^^xsd:decimal ;
  geo-pos:long "-8.602028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_378'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=378'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:startTimeOfDay '14.966666666667'^^xsd:double;
  dwc:endTimeOfDay '14.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.602028'^^xsd:double;
  dwc:startLongitude '-8.602028'^^xsd:double;
  dwc:endLongitude '-8.602028'^^xsd:double;
  dwc:latitude '51.610914'^^xsd:double;
  dwc:startLatitude '51.610914'^^xsd:double;
  dwc:endLatitude '51.610914'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_378'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240463 -8.601305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.240463"^^xsd:decimal ;
  dwc:decimalLongitude "-8.601305"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.240463 -8.601305)"^^geo:wktLiteral ;
  geo-pos:lat "54.240463"^^xsd:decimal ;
  geo-pos:long "-8.601305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_49'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=49'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.601305'^^xsd:double;
  dwc:startLongitude '-8.601305'^^xsd:double;
  dwc:endLongitude '-8.601305'^^xsd:double;
  dwc:latitude '54.240463'^^xsd:double;
  dwc:startLatitude '54.240463'^^xsd:double;
  dwc:endLatitude '54.240463'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:relatedCatalogItem '431_49'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '35'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.242267 -8.599797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.242267"^^xsd:decimal ;
  dwc:decimalLongitude "-8.599797"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.242267 -8.599797)"^^geo:wktLiteral ;
  geo-pos:lat "54.242267"^^xsd:decimal ;
  geo-pos:long "-8.599797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_44'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=44'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.599797'^^xsd:double;
  dwc:startLongitude '-8.599797'^^xsd:double;
  dwc:endLongitude '-8.599797'^^xsd:double;
  dwc:latitude '54.242267'^^xsd:double;
  dwc:startLatitude '54.242267'^^xsd:double;
  dwc:endLatitude '54.242267'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_44'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.245876 -8.596781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.245876"^^xsd:decimal ;
  dwc:decimalLongitude "-8.596781"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.245876 -8.596781)"^^geo:wktLiteral ;
  geo-pos:lat "54.245876"^^xsd:decimal ;
  geo-pos:long "-8.596781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_43'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=43'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:startTimeOfDay '13.633333333333'^^xsd:double;
  dwc:endTimeOfDay '13.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.596781'^^xsd:double;
  dwc:startLongitude '-8.596781'^^xsd:double;
  dwc:endLongitude '-8.596781'^^xsd:double;
  dwc:latitude '54.245876'^^xsd:double;
  dwc:startLatitude '54.245876'^^xsd:double;
  dwc:endLatitude '54.245876'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '89'^^xsd:integer;
  dwc:relatedCatalogItem '431_43'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '89'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.245876 -8.596781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.245876"^^xsd:decimal ;
  dwc:decimalLongitude "-8.596781"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.245876 -8.596781)"^^geo:wktLiteral ;
  geo-pos:lat "54.245876"^^xsd:decimal ;
  geo-pos:long "-8.596781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_277'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=277'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:startTimeOfDay '13.633333333333'^^xsd:double;
  dwc:endTimeOfDay '13.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.596781'^^xsd:double;
  dwc:startLongitude '-8.596781'^^xsd:double;
  dwc:endLongitude '-8.596781'^^xsd:double;
  dwc:latitude '54.245876'^^xsd:double;
  dwc:startLatitude '54.245876'^^xsd:double;
  dwc:endLatitude '54.245876'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_277'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.244079 -8.596755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.244079"^^xsd:decimal ;
  dwc:decimalLongitude "-8.596755"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.244079 -8.596755)"^^geo:wktLiteral ;
  geo-pos:lat "54.244079"^^xsd:decimal ;
  geo-pos:long "-8.596755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_48'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=48'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.596755'^^xsd:double;
  dwc:startLongitude '-8.596755'^^xsd:double;
  dwc:endLongitude '-8.596755'^^xsd:double;
  dwc:latitude '54.244079'^^xsd:double;
  dwc:startLatitude '54.244079'^^xsd:double;
  dwc:endLatitude '54.244079'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '85'^^xsd:integer;
  dwc:relatedCatalogItem '431_48'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '85'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.241384 -8.596716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.241384"^^xsd:decimal ;
  dwc:decimalLongitude "-8.596716"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.241384 -8.596716)"^^geo:wktLiteral ;
  geo-pos:lat "54.241384"^^xsd:decimal ;
  geo-pos:long "-8.596716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_279'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=279'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.596716'^^xsd:double;
  dwc:startLongitude '-8.596716'^^xsd:double;
  dwc:endLongitude '-8.596716'^^xsd:double;
  dwc:latitude '54.241384'^^xsd:double;
  dwc:startLatitude '54.241384'^^xsd:double;
  dwc:endLatitude '54.241384'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_279'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.237805 -8.593597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.237805"^^xsd:decimal ;
  dwc:decimalLongitude "-8.593597"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.237805 -8.593597)"^^geo:wktLiteral ;
  geo-pos:lat "54.237805"^^xsd:decimal ;
  geo-pos:long "-8.593597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_52'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=52'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.593597'^^xsd:double;
  dwc:startLongitude '-8.593597'^^xsd:double;
  dwc:endLongitude '-8.593597'^^xsd:double;
  dwc:latitude '54.237805'^^xsd:double;
  dwc:startLatitude '54.237805'^^xsd:double;
  dwc:endLatitude '54.237805'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '96'^^xsd:integer;
  dwc:relatedCatalogItem '431_52'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '96'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23243 -8.590452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23243"^^xsd:decimal ;
  dwc:decimalLongitude "-8.590452"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23243 -8.590452)"^^geo:wktLiteral ;
  geo-pos:lat "54.23243"^^xsd:decimal ;
  geo-pos:long "-8.590452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_46'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=46'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.590452'^^xsd:double;
  dwc:startLongitude '-8.590452'^^xsd:double;
  dwc:endLongitude '-8.590452'^^xsd:double;
  dwc:latitude '54.23243'^^xsd:double;
  dwc:startLatitude '54.23243'^^xsd:double;
  dwc:endLatitude '54.23243'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '60'^^xsd:integer;
  dwc:relatedCatalogItem '431_46'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '60'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.231539 -8.588906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.231539"^^xsd:decimal ;
  dwc:decimalLongitude "-8.588906"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.231539 -8.588906)"^^geo:wktLiteral ;
  geo-pos:lat "54.231539"^^xsd:decimal ;
  geo-pos:long "-8.588906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_47'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=47'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:startTimeOfDay '13.65'^^xsd:double;
  dwc:endTimeOfDay '13.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.588906'^^xsd:double;
  dwc:startLongitude '-8.588906'^^xsd:double;
  dwc:endLongitude '-8.588906'^^xsd:double;
  dwc:latitude '54.231539'^^xsd:double;
  dwc:startLatitude '54.231539'^^xsd:double;
  dwc:endLatitude '54.231539'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '45'^^xsd:integer;
  dwc:relatedCatalogItem '431_47'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '45'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.695692 -8.543849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.695692"^^xsd:decimal ;
  dwc:decimalLongitude "-8.543849"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.695692 -8.543849)"^^geo:wktLiteral ;
  geo-pos:lat "51.695692"^^xsd:decimal ;
  geo-pos:long "-8.543849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_227'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=227'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:startTimeOfDay '15.15'^^xsd:double;
  dwc:endTimeOfDay '15.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.543849'^^xsd:double;
  dwc:startLongitude '-8.543849'^^xsd:double;
  dwc:endLongitude '-8.543849'^^xsd:double;
  dwc:latitude '51.695692'^^xsd:double;
  dwc:startLatitude '51.695692'^^xsd:double;
  dwc:endLatitude '51.695692'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:relatedCatalogItem '431_227'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '10'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.417882 -8.509924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.417882"^^xsd:decimal ;
  dwc:decimalLongitude "-8.509924"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.417882 -8.509924)"^^geo:wktLiteral ;
  geo-pos:lat "54.417882"^^xsd:decimal ;
  geo-pos:long "-8.509924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_58'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=58'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:startTimeOfDay '12.766666666667'^^xsd:double;
  dwc:endTimeOfDay '12.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.509924'^^xsd:double;
  dwc:startLongitude '-8.509924'^^xsd:double;
  dwc:endLongitude '-8.509924'^^xsd:double;
  dwc:latitude '54.417882'^^xsd:double;
  dwc:startLatitude '54.417882'^^xsd:double;
  dwc:endLatitude '54.417882'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_58'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.788191 -8.471043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.788191"^^xsd:decimal ;
  dwc:decimalLongitude "-8.471043"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.788191 -8.471043)"^^geo:wktLiteral ;
  geo-pos:lat "54.788191"^^xsd:decimal ;
  geo-pos:long "-8.471043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_35'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=35'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.616666666667'^^xsd:double;
  dwc:startTimeOfDay '14.616666666667'^^xsd:double;
  dwc:endTimeOfDay '14.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.471043'^^xsd:double;
  dwc:startLongitude '-8.471043'^^xsd:double;
  dwc:endLongitude '-8.471043'^^xsd:double;
  dwc:latitude '54.788191'^^xsd:double;
  dwc:startLatitude '54.788191'^^xsd:double;
  dwc:endLatitude '54.788191'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_35'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.788203 -8.467934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.788203"^^xsd:decimal ;
  dwc:decimalLongitude "-8.467934"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.788203 -8.467934)"^^geo:wktLiteral ;
  geo-pos:lat "54.788203"^^xsd:decimal ;
  geo-pos:long "-8.467934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_36'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=36'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.616666666667'^^xsd:double;
  dwc:startTimeOfDay '14.616666666667'^^xsd:double;
  dwc:endTimeOfDay '14.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.467934'^^xsd:double;
  dwc:startLongitude '-8.467934'^^xsd:double;
  dwc:endLongitude '-8.467934'^^xsd:double;
  dwc:latitude '54.788203'^^xsd:double;
  dwc:startLatitude '54.788203'^^xsd:double;
  dwc:endLatitude '54.788203'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_36'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.003864 -8.454812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.003864"^^xsd:decimal ;
  dwc:decimalLongitude "-8.454812"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.003864 -8.454812)"^^geo:wktLiteral ;
  geo-pos:lat "55.003864"^^xsd:decimal ;
  geo-pos:long "-8.454812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_38'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=38'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:startTimeOfDay '13.716666666667'^^xsd:double;
  dwc:endTimeOfDay '13.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.454812'^^xsd:double;
  dwc:startLongitude '-8.454812'^^xsd:double;
  dwc:endLongitude '-8.454812'^^xsd:double;
  dwc:latitude '55.003864'^^xsd:double;
  dwc:startLatitude '55.003864'^^xsd:double;
  dwc:endLatitude '55.003864'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_38'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980542 -8.445176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980542"^^xsd:decimal ;
  dwc:decimalLongitude "-8.445176"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980542 -8.445176)"^^geo:wktLiteral ;
  geo-pos:lat "54.980542"^^xsd:decimal ;
  geo-pos:long "-8.445176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_9'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=9'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.445176'^^xsd:double;
  dwc:startLongitude '-8.445176'^^xsd:double;
  dwc:endLongitude '-8.445176'^^xsd:double;
  dwc:latitude '54.980542'^^xsd:double;
  dwc:startLatitude '54.980542'^^xsd:double;
  dwc:endLatitude '54.980542'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:relatedCatalogItem '431_9'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '20'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.976068 -8.440441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.976068"^^xsd:decimal ;
  dwc:decimalLongitude "-8.440441"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.976068 -8.440441)"^^geo:wktLiteral ;
  geo-pos:lat "54.976068"^^xsd:decimal ;
  geo-pos:long "-8.440441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_10'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=10'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.440441'^^xsd:double;
  dwc:startLongitude '-8.440441'^^xsd:double;
  dwc:endLongitude '-8.440441'^^xsd:double;
  dwc:latitude '54.976068'^^xsd:double;
  dwc:startLatitude '54.976068'^^xsd:double;
  dwc:endLatitude '54.976068'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_10'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.974288 -8.435736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.974288"^^xsd:decimal ;
  dwc:decimalLongitude "-8.435736"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.974288 -8.435736)"^^geo:wktLiteral ;
  geo-pos:lat "54.974288"^^xsd:decimal ;
  geo-pos:long "-8.435736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_11'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=11'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.435736'^^xsd:double;
  dwc:startLongitude '-8.435736'^^xsd:double;
  dwc:endLongitude '-8.435736'^^xsd:double;
  dwc:latitude '54.974288'^^xsd:double;
  dwc:startLatitude '54.974288'^^xsd:double;
  dwc:endLatitude '54.974288'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_11'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9707 -8.434135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9707"^^xsd:decimal ;
  dwc:decimalLongitude "-8.434135"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9707 -8.434135)"^^geo:wktLiteral ;
  geo-pos:lat "54.9707"^^xsd:decimal ;
  geo-pos:long "-8.434135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_12'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=12'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.434135'^^xsd:double;
  dwc:startLongitude '-8.434135'^^xsd:double;
  dwc:endLongitude '-8.434135'^^xsd:double;
  dwc:latitude '54.9707'^^xsd:double;
  dwc:startLatitude '54.9707'^^xsd:double;
  dwc:endLatitude '54.9707'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_12'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.947344 -8.433884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.947344"^^xsd:decimal ;
  dwc:decimalLongitude "-8.433884"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.947344 -8.433884)"^^geo:wktLiteral ;
  geo-pos:lat "54.947344"^^xsd:decimal ;
  geo-pos:long "-8.433884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_20'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=20'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.433884'^^xsd:double;
  dwc:startLongitude '-8.433884'^^xsd:double;
  dwc:endLongitude '-8.433884'^^xsd:double;
  dwc:latitude '54.947344'^^xsd:double;
  dwc:startLatitude '54.947344'^^xsd:double;
  dwc:endLatitude '54.947344'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_20'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.951846 -8.43081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.951846"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43081"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.951846 -8.43081)"^^geo:wktLiteral ;
  geo-pos:lat "54.951846"^^xsd:decimal ;
  geo-pos:long "-8.43081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_19'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=19'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.43081'^^xsd:double;
  dwc:startLongitude '-8.43081'^^xsd:double;
  dwc:endLongitude '-8.43081'^^xsd:double;
  dwc:latitude '54.951846'^^xsd:double;
  dwc:startLatitude '54.951846'^^xsd:double;
  dwc:endLatitude '54.951846'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_19'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.962632 -8.429364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.962632"^^xsd:decimal ;
  dwc:decimalLongitude "-8.429364"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.962632 -8.429364)"^^geo:wktLiteral ;
  geo-pos:lat "54.962632"^^xsd:decimal ;
  geo-pos:long "-8.429364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_13'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=13'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.429364'^^xsd:double;
  dwc:startLongitude '-8.429364'^^xsd:double;
  dwc:endLongitude '-8.429364'^^xsd:double;
  dwc:latitude '54.962632'^^xsd:double;
  dwc:startLatitude '54.962632'^^xsd:double;
  dwc:endLatitude '54.962632'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_13'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95275 -8.429259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.95275"^^xsd:decimal ;
  dwc:decimalLongitude "-8.429259"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95275 -8.429259)"^^geo:wktLiteral ;
  geo-pos:lat "54.95275"^^xsd:decimal ;
  geo-pos:long "-8.429259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_18'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=18'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.429259'^^xsd:double;
  dwc:startLongitude '-8.429259'^^xsd:double;
  dwc:endLongitude '-8.429259'^^xsd:double;
  dwc:latitude '54.95275'^^xsd:double;
  dwc:startLatitude '54.95275'^^xsd:double;
  dwc:endLatitude '54.95275'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_18'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.695272 -8.428132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.695272"^^xsd:decimal ;
  dwc:decimalLongitude "-8.428132"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.695272 -8.428132)"^^geo:wktLiteral ;
  geo-pos:lat "51.695272"^^xsd:decimal ;
  geo-pos:long "-8.428132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_380'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=380'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:startTimeOfDay '15.333333333333'^^xsd:double;
  dwc:endTimeOfDay '15.333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.428132'^^xsd:double;
  dwc:startLongitude '-8.428132'^^xsd:double;
  dwc:endLongitude '-8.428132'^^xsd:double;
  dwc:latitude '51.695272'^^xsd:double;
  dwc:startLatitude '51.695272'^^xsd:double;
  dwc:endLatitude '51.695272'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_380'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952756 -8.427698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.952756"^^xsd:decimal ;
  dwc:decimalLongitude "-8.427698"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952756 -8.427698)"^^geo:wktLiteral ;
  geo-pos:lat "54.952756"^^xsd:decimal ;
  geo-pos:long "-8.427698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_17'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=17'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.427698'^^xsd:double;
  dwc:startLongitude '-8.427698'^^xsd:double;
  dwc:endLongitude '-8.427698'^^xsd:double;
  dwc:latitude '54.952756'^^xsd:double;
  dwc:startLatitude '54.952756'^^xsd:double;
  dwc:endLatitude '54.952756'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_17'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.941976 -8.427584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.941976"^^xsd:decimal ;
  dwc:decimalLongitude "-8.427584"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.941976 -8.427584)"^^geo:wktLiteral ;
  geo-pos:lat "54.941976"^^xsd:decimal ;
  geo-pos:long "-8.427584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_21'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=21'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.427584'^^xsd:double;
  dwc:startLongitude '-8.427584'^^xsd:double;
  dwc:endLongitude '-8.427584'^^xsd:double;
  dwc:latitude '54.941976'^^xsd:double;
  dwc:startLatitude '54.941976'^^xsd:double;
  dwc:endLatitude '54.941976'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_21'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95905 -8.426204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.95905"^^xsd:decimal ;
  dwc:decimalLongitude "-8.426204"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95905 -8.426204)"^^geo:wktLiteral ;
  geo-pos:lat "54.95905"^^xsd:decimal ;
  geo-pos:long "-8.426204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_14'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=14'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.426204'^^xsd:double;
  dwc:startLongitude '-8.426204'^^xsd:double;
  dwc:endLongitude '-8.426204'^^xsd:double;
  dwc:latitude '54.95905'^^xsd:double;
  dwc:startLatitude '54.95905'^^xsd:double;
  dwc:endLatitude '54.95905'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_14'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.959055 -8.424643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.959055"^^xsd:decimal ;
  dwc:decimalLongitude "-8.424643"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.959055 -8.424643)"^^geo:wktLiteral ;
  geo-pos:lat "54.959055"^^xsd:decimal ;
  geo-pos:long "-8.424643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_15'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=15'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.424643'^^xsd:double;
  dwc:startLongitude '-8.424643'^^xsd:double;
  dwc:endLongitude '-8.424643'^^xsd:double;
  dwc:latitude '54.959055'^^xsd:double;
  dwc:startLatitude '54.959055'^^xsd:double;
  dwc:endLatitude '54.959055'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_15'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952767 -8.424576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.952767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.424576"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952767 -8.424576)"^^geo:wktLiteral ;
  geo-pos:lat "54.952767"^^xsd:decimal ;
  geo-pos:long "-8.424576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_16'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=16'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.424576'^^xsd:double;
  dwc:startLongitude '-8.424576'^^xsd:double;
  dwc:endLongitude '-8.424576'^^xsd:double;
  dwc:latitude '54.952767'^^xsd:double;
  dwc:startLatitude '54.952767'^^xsd:double;
  dwc:endLatitude '54.952767'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:relatedCatalogItem '431_16'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '19'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.950093 -8.418305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.950093"^^xsd:decimal ;
  dwc:decimalLongitude "-8.418305"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.950093 -8.418305)"^^geo:wktLiteral ;
  geo-pos:lat "54.950093"^^xsd:decimal ;
  geo-pos:long "-8.418305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_25'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=25'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.418305'^^xsd:double;
  dwc:startLongitude '-8.418305'^^xsd:double;
  dwc:endLongitude '-8.418305'^^xsd:double;
  dwc:latitude '54.950093'^^xsd:double;
  dwc:startLatitude '54.950093'^^xsd:double;
  dwc:endLatitude '54.950093'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_25'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.953708 -8.412098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.953708"^^xsd:decimal ;
  dwc:decimalLongitude "-8.412098"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.953708 -8.412098)"^^geo:wktLiteral ;
  geo-pos:lat "54.953708"^^xsd:decimal ;
  geo-pos:long "-8.412098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_23'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=23'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.412098'^^xsd:double;
  dwc:startLongitude '-8.412098'^^xsd:double;
  dwc:endLongitude '-8.412098'^^xsd:double;
  dwc:latitude '54.953708'^^xsd:double;
  dwc:startLatitude '54.953708'^^xsd:double;
  dwc:endLatitude '54.953708'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_23'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.940233 -8.41196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.940233"^^xsd:decimal ;
  dwc:decimalLongitude "-8.41196"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.940233 -8.41196)"^^geo:wktLiteral ;
  geo-pos:lat "54.940233"^^xsd:decimal ;
  geo-pos:long "-8.41196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_32'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=32'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:startTimeOfDay '14.066666666667'^^xsd:double;
  dwc:endTimeOfDay '14.066666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.41196'^^xsd:double;
  dwc:startLongitude '-8.41196'^^xsd:double;
  dwc:endLongitude '-8.41196'^^xsd:double;
  dwc:latitude '54.940233'^^xsd:double;
  dwc:startLatitude '54.940233'^^xsd:double;
  dwc:endLatitude '54.940233'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:relatedCatalogItem '431_32'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '28'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.958205 -8.410583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.958205"^^xsd:decimal ;
  dwc:decimalLongitude "-8.410583"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.958205 -8.410583)"^^geo:wktLiteral ;
  geo-pos:lat "54.958205"^^xsd:decimal ;
  geo-pos:long "-8.410583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_22'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=22'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.410583'^^xsd:double;
  dwc:startLongitude '-8.410583'^^xsd:double;
  dwc:endLongitude '-8.410583'^^xsd:double;
  dwc:latitude '54.958205'^^xsd:double;
  dwc:startLatitude '54.958205'^^xsd:double;
  dwc:endLatitude '54.958205'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:relatedCatalogItem '431_22'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '28'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.953713 -8.410537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.953713"^^xsd:decimal ;
  dwc:decimalLongitude "-8.410537"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.953713 -8.410537)"^^geo:wktLiteral ;
  geo-pos:lat "54.953713"^^xsd:decimal ;
  geo-pos:long "-8.410537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_27'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=27'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.410537'^^xsd:double;
  dwc:startLongitude '-8.410537'^^xsd:double;
  dwc:endLongitude '-8.410537'^^xsd:double;
  dwc:latitude '54.953713'^^xsd:double;
  dwc:startLatitude '54.953713'^^xsd:double;
  dwc:endLatitude '54.953713'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_27'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952815 -8.410528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.952815"^^xsd:decimal ;
  dwc:decimalLongitude "-8.410528"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952815 -8.410528)"^^geo:wktLiteral ;
  geo-pos:lat "54.952815"^^xsd:decimal ;
  geo-pos:long "-8.410528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_24'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=24'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.410528'^^xsd:double;
  dwc:startLongitude '-8.410528'^^xsd:double;
  dwc:endLongitude '-8.410528'^^xsd:double;
  dwc:latitude '54.952815'^^xsd:double;
  dwc:startLatitude '54.952815'^^xsd:double;
  dwc:endLatitude '54.952815'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_24'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.947425 -8.410473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.947425"^^xsd:decimal ;
  dwc:decimalLongitude "-8.410473"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.947425 -8.410473)"^^geo:wktLiteral ;
  geo-pos:lat "54.947425"^^xsd:decimal ;
  geo-pos:long "-8.410473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_26'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=26'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:startTimeOfDay '14.05'^^xsd:double;
  dwc:endTimeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.410473'^^xsd:double;
  dwc:startLongitude '-8.410473'^^xsd:double;
  dwc:endLongitude '-8.410473'^^xsd:double;
  dwc:latitude '54.947425'^^xsd:double;
  dwc:startLatitude '54.947425'^^xsd:double;
  dwc:endLatitude '54.947425'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:relatedCatalogItem '431_26'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '26'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93934 -8.410391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.93934"^^xsd:decimal ;
  dwc:decimalLongitude "-8.410391"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93934 -8.410391)"^^geo:wktLiteral ;
  geo-pos:lat "54.93934"^^xsd:decimal ;
  geo-pos:long "-8.410391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_31'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=31'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:startTimeOfDay '14.066666666667'^^xsd:double;
  dwc:endTimeOfDay '14.066666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.410391'^^xsd:double;
  dwc:startLongitude '-8.410391'^^xsd:double;
  dwc:endLongitude '-8.410391'^^xsd:double;
  dwc:latitude '54.93934'^^xsd:double;
  dwc:startLatitude '54.93934'^^xsd:double;
  dwc:endLatitude '54.93934'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:relatedCatalogItem '431_31'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '19'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.949268 -8.396445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.949268"^^xsd:decimal ;
  dwc:decimalLongitude "-8.396445"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.949268 -8.396445)"^^geo:wktLiteral ;
  geo-pos:lat "54.949268"^^xsd:decimal ;
  geo-pos:long "-8.396445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_28'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=28'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:startTimeOfDay '14.066666666667'^^xsd:double;
  dwc:endTimeOfDay '14.066666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.396445'^^xsd:double;
  dwc:startLongitude '-8.396445'^^xsd:double;
  dwc:endLongitude '-8.396445'^^xsd:double;
  dwc:latitude '54.949268'^^xsd:double;
  dwc:startLatitude '54.949268'^^xsd:double;
  dwc:endLatitude '54.949268'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_28'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.949273 -8.394884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.949273"^^xsd:decimal ;
  dwc:decimalLongitude "-8.394884"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.949273 -8.394884)"^^geo:wktLiteral ;
  geo-pos:lat "54.949273"^^xsd:decimal ;
  geo-pos:long "-8.394884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_30'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=30'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:startTimeOfDay '14.066666666667'^^xsd:double;
  dwc:endTimeOfDay '14.066666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.394884'^^xsd:double;
  dwc:startLongitude '-8.394884'^^xsd:double;
  dwc:endLongitude '-8.394884'^^xsd:double;
  dwc:latitude '54.949273'^^xsd:double;
  dwc:startLatitude '54.949273'^^xsd:double;
  dwc:endLatitude '54.949273'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_30'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952892 -8.387115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.952892"^^xsd:decimal ;
  dwc:decimalLongitude "-8.387115"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.952892 -8.387115)"^^geo:wktLiteral ;
  geo-pos:lat "54.952892"^^xsd:decimal ;
  geo-pos:long "-8.387115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_29'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=29'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:startTimeOfDay '14.066666666667'^^xsd:double;
  dwc:endTimeOfDay '14.066666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.387115'^^xsd:double;
  dwc:startLongitude '-8.387115'^^xsd:double;
  dwc:endLongitude '-8.387115'^^xsd:double;
  dwc:latitude '54.952892'^^xsd:double;
  dwc:startLatitude '54.952892'^^xsd:double;
  dwc:endLatitude '54.952892'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_29'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.848727 -8.372104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.848727"^^xsd:decimal ;
  dwc:decimalLongitude "-8.372104"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.848727 -8.372104)"^^geo:wktLiteral ;
  geo-pos:lat "54.848727"^^xsd:decimal ;
  geo-pos:long "-8.372104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_33'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=33'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:startTimeOfDay '14.183333333333'^^xsd:double;
  dwc:endTimeOfDay '14.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.372104'^^xsd:double;
  dwc:startLongitude '-8.372104'^^xsd:double;
  dwc:endLongitude '-8.372104'^^xsd:double;
  dwc:latitude '54.848727'^^xsd:double;
  dwc:startLatitude '54.848727'^^xsd:double;
  dwc:endLatitude '54.848727'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_33'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.847833 -8.370539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.847833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.370539"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.847833 -8.370539)"^^geo:wktLiteral ;
  geo-pos:lat "54.847833"^^xsd:decimal ;
  geo-pos:long "-8.370539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_34'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=34'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:startTimeOfDay '14.183333333333'^^xsd:double;
  dwc:endTimeOfDay '14.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.370539'^^xsd:double;
  dwc:startLongitude '-8.370539'^^xsd:double;
  dwc:endLongitude '-8.370539'^^xsd:double;
  dwc:latitude '54.847833'^^xsd:double;
  dwc:startLatitude '54.847833'^^xsd:double;
  dwc:endLatitude '54.847833'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '41'^^xsd:integer;
  dwc:relatedCatalogItem '431_34'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '41'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.507642 -8.25166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.507642"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25166"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.507642 -8.25166)"^^geo:wktLiteral ;
  geo-pos:lat "54.507642"^^xsd:decimal ;
  geo-pos:long "-8.25166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_40'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=40'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:startTimeOfDay '12.6'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.25166'^^xsd:double;
  dwc:startLongitude '-8.25166'^^xsd:double;
  dwc:endLongitude '-8.25166'^^xsd:double;
  dwc:latitude '54.507642'^^xsd:double;
  dwc:startLatitude '54.507642'^^xsd:double;
  dwc:endLatitude '54.507642'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_40'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.570547 -8.244315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.570547"^^xsd:decimal ;
  dwc:decimalLongitude "-8.244315"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.570547 -8.244315)"^^geo:wktLiteral ;
  geo-pos:lat "54.570547"^^xsd:decimal ;
  geo-pos:long "-8.244315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_271'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=271'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:startTimeOfDay '12.5'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.244315'^^xsd:double;
  dwc:startLongitude '-8.244315'^^xsd:double;
  dwc:endLongitude '-8.244315'^^xsd:double;
  dwc:latitude '54.570547'^^xsd:double;
  dwc:startLatitude '54.570547'^^xsd:double;
  dwc:endLatitude '54.570547'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_271'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.275771 -8.242332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.275771"^^xsd:decimal ;
  dwc:decimalLongitude "-8.242332"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.275771 -8.242332)"^^geo:wktLiteral ;
  geo-pos:lat "55.275771"^^xsd:decimal ;
  geo-pos:long "-8.242332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_265'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=265'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.733333333333'^^xsd:double;
  dwc:startTimeOfDay '12.733333333333'^^xsd:double;
  dwc:endTimeOfDay '12.733333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.242332'^^xsd:double;
  dwc:startLongitude '-8.242332'^^xsd:double;
  dwc:endLongitude '-8.242332'^^xsd:double;
  dwc:latitude '55.275771'^^xsd:double;
  dwc:startLatitude '55.275771'^^xsd:double;
  dwc:endLatitude '55.275771'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_265'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194149 -8.168029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194149"^^xsd:decimal ;
  dwc:decimalLongitude "-8.168029"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194149 -8.168029)"^^geo:wktLiteral ;
  geo-pos:lat "55.194149"^^xsd:decimal ;
  geo-pos:long "-8.168029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_8'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=8'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:startTimeOfDay '12.7'^^xsd:double;
  dwc:endTimeOfDay '12.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.168029'^^xsd:double;
  dwc:startLongitude '-8.168029'^^xsd:double;
  dwc:endLongitude '-8.168029'^^xsd:double;
  dwc:latitude '55.194149'^^xsd:double;
  dwc:startLatitude '55.194149'^^xsd:double;
  dwc:endLatitude '55.194149'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '431_8'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.204937 -8.161791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.204937"^^xsd:decimal ;
  dwc:decimalLongitude "-8.161791"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.204937 -8.161791)"^^geo:wktLiteral ;
  geo-pos:lat "55.204937"^^xsd:decimal ;
  geo-pos:long "-8.161791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_263'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=263'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:startTimeOfDay '12.7'^^xsd:double;
  dwc:endTimeOfDay '12.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.161791'^^xsd:double;
  dwc:startLongitude '-8.161791'^^xsd:double;
  dwc:endLongitude '-8.161791'^^xsd:double;
  dwc:latitude '55.204937'^^xsd:double;
  dwc:startLatitude '55.204937'^^xsd:double;
  dwc:endLatitude '55.204937'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_263'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.188771 -8.158585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.188771"^^xsd:decimal ;
  dwc:decimalLongitude "-8.158585"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.188771 -8.158585)"^^geo:wktLiteral ;
  geo-pos:lat "55.188771"^^xsd:decimal ;
  geo-pos:long "-8.158585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_264'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=264'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:startTimeOfDay '12.7'^^xsd:double;
  dwc:endTimeOfDay '12.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.158585'^^xsd:double;
  dwc:startLongitude '-8.158585'^^xsd:double;
  dwc:endLongitude '-8.158585'^^xsd:double;
  dwc:latitude '55.188771'^^xsd:double;
  dwc:startLatitude '55.188771'^^xsd:double;
  dwc:endLatitude '55.188771'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:relatedCatalogItem '431_264'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '22'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.621021 -8.142436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.621021"^^xsd:decimal ;
  dwc:decimalLongitude "-8.142436"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.621021 -8.142436)"^^geo:wktLiteral ;
  geo-pos:lat "54.621021"^^xsd:decimal ;
  geo-pos:long "-8.142436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_39'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=39'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '225'^^xsd:integer;
  dwc:startJulianDay '225'^^xsd:integer;
  dwc:endJulianDay '225'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:startTimeOfDay '12.433333333333'^^xsd:double;
  dwc:endTimeOfDay '12.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-8.142436'^^xsd:double;
  dwc:startLongitude '-8.142436'^^xsd:double;
  dwc:endLongitude '-8.142436'^^xsd:double;
  dwc:latitude '54.621021'^^xsd:double;
  dwc:startLatitude '54.621021'^^xsd:double;
  dwc:endLatitude '54.621021'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '148'^^xsd:integer;
  dwc:relatedCatalogItem '431_39'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '148'^^xsd:integer;
  dwc:observationDate '2003-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.238191 -7.850651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.238191"^^xsd:decimal ;
  dwc:decimalLongitude "-7.850651"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.238191 -7.850651)"^^geo:wktLiteral ;
  geo-pos:lat "55.238191"^^xsd:decimal ;
  geo-pos:long "-7.850651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_262'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=262'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:startTimeOfDay '12.433333333333'^^xsd:double;
  dwc:endTimeOfDay '12.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.850651'^^xsd:double;
  dwc:startLongitude '-7.850651'^^xsd:double;
  dwc:endLongitude '-7.850651'^^xsd:double;
  dwc:latitude '55.238191'^^xsd:double;
  dwc:startLatitude '55.238191'^^xsd:double;
  dwc:endLatitude '55.238191'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_262'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.239967 -7.834922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.239967"^^xsd:decimal ;
  dwc:decimalLongitude "-7.834922"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.239967 -7.834922)"^^geo:wktLiteral ;
  geo-pos:lat "55.239967"^^xsd:decimal ;
  geo-pos:long "-7.834922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_261'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=261'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:startTimeOfDay '12.433333333333'^^xsd:double;
  dwc:endTimeOfDay '12.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.834922'^^xsd:double;
  dwc:startLongitude '-7.834922'^^xsd:double;
  dwc:endLongitude '-7.834922'^^xsd:double;
  dwc:latitude '55.239967'^^xsd:double;
  dwc:startLatitude '55.239967'^^xsd:double;
  dwc:endLatitude '55.239967'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_261'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.19859 -7.798971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.19859"^^xsd:decimal ;
  dwc:decimalLongitude "-7.798971"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.19859 -7.798971)"^^geo:wktLiteral ;
  geo-pos:lat "55.19859"^^xsd:decimal ;
  geo-pos:long "-7.798971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_260'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=260'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:startTimeOfDay '12.366666666667'^^xsd:double;
  dwc:endTimeOfDay '12.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.798971'^^xsd:double;
  dwc:startLongitude '-7.798971'^^xsd:double;
  dwc:endLongitude '-7.798971'^^xsd:double;
  dwc:latitude '55.19859'^^xsd:double;
  dwc:startLatitude '55.19859'^^xsd:double;
  dwc:endLatitude '55.19859'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_260'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194978 -7.787997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194978"^^xsd:decimal ;
  dwc:decimalLongitude "-7.787997"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194978 -7.787997)"^^geo:wktLiteral ;
  geo-pos:lat "55.194978"^^xsd:decimal ;
  geo-pos:long "-7.787997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_4'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=4'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:startTimeOfDay '12.366666666667'^^xsd:double;
  dwc:endTimeOfDay '12.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.787997'^^xsd:double;
  dwc:startLongitude '-7.787997'^^xsd:double;
  dwc:endLongitude '-7.787997'^^xsd:double;
  dwc:latitude '55.194978'^^xsd:double;
  dwc:startLatitude '55.194978'^^xsd:double;
  dwc:endLatitude '55.194978'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:relatedCatalogItem '431_4'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '25'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194978 -7.787997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194978"^^xsd:decimal ;
  dwc:decimalLongitude "-7.787997"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194978 -7.787997)"^^geo:wktLiteral ;
  geo-pos:lat "55.194978"^^xsd:decimal ;
  geo-pos:long "-7.787997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_259'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=259'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:startTimeOfDay '12.366666666667'^^xsd:double;
  dwc:endTimeOfDay '12.366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.787997'^^xsd:double;
  dwc:startLongitude '-7.787997'^^xsd:double;
  dwc:endLongitude '-7.787997'^^xsd:double;
  dwc:latitude '55.194978'^^xsd:double;
  dwc:startLatitude '55.194978'^^xsd:double;
  dwc:endLatitude '55.194978'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_259'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.138164 -7.686367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.138164"^^xsd:decimal ;
  dwc:decimalLongitude "-7.686367"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.138164 -7.686367)"^^geo:wktLiteral ;
  geo-pos:lat "55.138164"^^xsd:decimal ;
  geo-pos:long "-7.686367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_7'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=7'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:startTimeOfDay '12.416666666667'^^xsd:double;
  dwc:endTimeOfDay '12.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.686367'^^xsd:double;
  dwc:startLongitude '-7.686367'^^xsd:double;
  dwc:endLongitude '-7.686367'^^xsd:double;
  dwc:latitude '55.138164'^^xsd:double;
  dwc:startLatitude '55.138164'^^xsd:double;
  dwc:endLatitude '55.138164'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_7'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.263928 -7.685377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.263928"^^xsd:decimal ;
  dwc:decimalLongitude "-7.685377"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.263928 -7.685377)"^^geo:wktLiteral ;
  geo-pos:lat "55.263928"^^xsd:decimal ;
  geo-pos:long "-7.685377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_37'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=37'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:startTimeOfDay '12.016666666667'^^xsd:double;
  dwc:endTimeOfDay '12.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.685377'^^xsd:double;
  dwc:startLongitude '-7.685377'^^xsd:double;
  dwc:endLongitude '-7.685377'^^xsd:double;
  dwc:latitude '55.263928'^^xsd:double;
  dwc:startLatitude '55.263928'^^xsd:double;
  dwc:endLatitude '55.263928'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_37'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.150716 -7.676856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.150716"^^xsd:decimal ;
  dwc:decimalLongitude "-7.676856"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.150716 -7.676856)"^^geo:wktLiteral ;
  geo-pos:lat "55.150716"^^xsd:decimal ;
  geo-pos:long "-7.676856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_6'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=6'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:startTimeOfDay '12.416666666667'^^xsd:double;
  dwc:endTimeOfDay '12.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.676856'^^xsd:double;
  dwc:startLongitude '-7.676856'^^xsd:double;
  dwc:endLongitude '-7.676856'^^xsd:double;
  dwc:latitude '55.150716'^^xsd:double;
  dwc:startLatitude '55.150716'^^xsd:double;
  dwc:endLatitude '55.150716'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_6'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15161 -7.67528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.15161"^^xsd:decimal ;
  dwc:decimalLongitude "-7.67528"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15161 -7.67528)"^^geo:wktLiteral ;
  geo-pos:lat "55.15161"^^xsd:decimal ;
  geo-pos:long "-7.67528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_5'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=5'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:startTimeOfDay '12.416666666667'^^xsd:double;
  dwc:endTimeOfDay '12.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.67528'^^xsd:double;
  dwc:startLongitude '-7.67528'^^xsd:double;
  dwc:endLongitude '-7.67528'^^xsd:double;
  dwc:latitude '55.15161'^^xsd:double;
  dwc:startLatitude '55.15161'^^xsd:double;
  dwc:endLatitude '55.15161'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:relatedCatalogItem '431_5'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '22'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08082 -7.557977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.08082"^^xsd:decimal ;
  dwc:decimalLongitude "-7.557977"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08082 -7.557977)"^^geo:wktLiteral ;
  geo-pos:lat "52.08082"^^xsd:decimal ;
  geo-pos:long "-7.557977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_228'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=228'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '16.7'^^xsd:double;
  dwc:startTimeOfDay '16.7'^^xsd:double;
  dwc:endTimeOfDay '16.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.557977'^^xsd:double;
  dwc:startLongitude '-7.557977'^^xsd:double;
  dwc:endLongitude '-7.557977'^^xsd:double;
  dwc:latitude '52.08082'^^xsd:double;
  dwc:startLatitude '52.08082'^^xsd:double;
  dwc:endLatitude '52.08082'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_228'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.119456 -7.471773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.119456"^^xsd:decimal ;
  dwc:decimalLongitude "-7.471773"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.119456 -7.471773)"^^geo:wktLiteral ;
  geo-pos:lat "55.119456"^^xsd:decimal ;
  geo-pos:long "-7.471773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_3'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=3'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:startTimeOfDay '11.75'^^xsd:double;
  dwc:endTimeOfDay '11.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.471773'^^xsd:double;
  dwc:startLongitude '-7.471773'^^xsd:double;
  dwc:endLongitude '-7.471773'^^xsd:double;
  dwc:latitude '55.119456'^^xsd:double;
  dwc:startLatitude '55.119456'^^xsd:double;
  dwc:endLatitude '55.119456'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_3'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.387272 -7.313562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.387272"^^xsd:decimal ;
  dwc:decimalLongitude "-7.313562"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.387272 -7.313562)"^^geo:wktLiteral ;
  geo-pos:lat "55.387272"^^xsd:decimal ;
  geo-pos:long "-7.313562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_252'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=252'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:startTimeOfDay '11.35'^^xsd:double;
  dwc:endTimeOfDay '11.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.313562'^^xsd:double;
  dwc:startLongitude '-7.313562'^^xsd:double;
  dwc:endLongitude '-7.313562'^^xsd:double;
  dwc:latitude '55.387272'^^xsd:double;
  dwc:startLatitude '55.387272'^^xsd:double;
  dwc:endLatitude '55.387272'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_252'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.392661 -7.313468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.392661"^^xsd:decimal ;
  dwc:decimalLongitude "-7.313468"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.392661 -7.313468)"^^geo:wktLiteral ;
  geo-pos:lat "55.392661"^^xsd:decimal ;
  geo-pos:long "-7.313468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_254'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=254'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:startTimeOfDay '11.35'^^xsd:double;
  dwc:endTimeOfDay '11.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.313468'^^xsd:double;
  dwc:startLongitude '-7.313468'^^xsd:double;
  dwc:endLongitude '-7.313468'^^xsd:double;
  dwc:latitude '55.392661'^^xsd:double;
  dwc:startLatitude '55.392661'^^xsd:double;
  dwc:endLatitude '55.392661'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '431_254'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38905 -7.310375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.38905"^^xsd:decimal ;
  dwc:decimalLongitude "-7.310375"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38905 -7.310375)"^^geo:wktLiteral ;
  geo-pos:lat "55.38905"^^xsd:decimal ;
  geo-pos:long "-7.310375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_253'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=253'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:startTimeOfDay '11.35'^^xsd:double;
  dwc:endTimeOfDay '11.35'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.310375'^^xsd:double;
  dwc:startLongitude '-7.310375'^^xsd:double;
  dwc:endLongitude '-7.310375'^^xsd:double;
  dwc:latitude '55.38905'^^xsd:double;
  dwc:startLatitude '55.38905'^^xsd:double;
  dwc:endLatitude '55.38905'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_253'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.447091 -7.250887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.447091"^^xsd:decimal ;
  dwc:decimalLongitude "-7.250887"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.447091 -7.250887)"^^geo:wktLiteral ;
  geo-pos:lat "55.447091"^^xsd:decimal ;
  geo-pos:long "-7.250887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_257'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=257'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:startTimeOfDay '11.416666666667'^^xsd:double;
  dwc:endTimeOfDay '11.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.250887'^^xsd:double;
  dwc:startLongitude '-7.250887'^^xsd:double;
  dwc:endLongitude '-7.250887'^^xsd:double;
  dwc:latitude '55.447091'^^xsd:double;
  dwc:startLatitude '55.447091'^^xsd:double;
  dwc:endLatitude '55.447091'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:relatedCatalogItem '431_257'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '21'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.435337 -7.238469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.435337"^^xsd:decimal ;
  dwc:decimalLongitude "-7.238469"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.435337 -7.238469)"^^geo:wktLiteral ;
  geo-pos:lat "55.435337"^^xsd:decimal ;
  geo-pos:long "-7.238469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_256'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=256'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:startTimeOfDay '11.4'^^xsd:double;
  dwc:endTimeOfDay '11.4'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.238469'^^xsd:double;
  dwc:startLongitude '-7.238469'^^xsd:double;
  dwc:endLongitude '-7.238469'^^xsd:double;
  dwc:latitude '55.435337'^^xsd:double;
  dwc:startLatitude '55.435337'^^xsd:double;
  dwc:endLatitude '55.435337'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_256'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.450606 -7.238175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.450606"^^xsd:decimal ;
  dwc:decimalLongitude "-7.238175"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.450606 -7.238175)"^^geo:wktLiteral ;
  geo-pos:lat "55.450606"^^xsd:decimal ;
  geo-pos:long "-7.238175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_258'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=258'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:startTimeOfDay '11.416666666667'^^xsd:double;
  dwc:endTimeOfDay '11.416666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.238175'^^xsd:double;
  dwc:startLongitude '-7.238175'^^xsd:double;
  dwc:endLongitude '-7.238175'^^xsd:double;
  dwc:latitude '55.450606'^^xsd:double;
  dwc:startLatitude '55.450606'^^xsd:double;
  dwc:endLatitude '55.450606'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_258'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.432533 -7.221145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.432533"^^xsd:decimal ;
  dwc:decimalLongitude "-7.221145"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.432533 -7.221145)"^^geo:wktLiteral ;
  geo-pos:lat "55.432533"^^xsd:decimal ;
  geo-pos:long "-7.221145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_255'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=255'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:startTimeOfDay '11.4'^^xsd:double;
  dwc:endTimeOfDay '11.4'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.221145'^^xsd:double;
  dwc:startLongitude '-7.221145'^^xsd:double;
  dwc:endLongitude '-7.221145'^^xsd:double;
  dwc:latitude '55.432533'^^xsd:double;
  dwc:startLatitude '55.432533'^^xsd:double;
  dwc:endLatitude '55.432533'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_255'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.269507 -7.03553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.269507"^^xsd:decimal ;
  dwc:decimalLongitude "-7.03553"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.269507 -7.03553)"^^geo:wktLiteral ;
  geo-pos:lat "55.269507"^^xsd:decimal ;
  geo-pos:long "-7.03553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_267'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=267'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:startTimeOfDay '11.183333333333'^^xsd:double;
  dwc:endTimeOfDay '11.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.03553'^^xsd:double;
  dwc:startLongitude '-7.03553'^^xsd:double;
  dwc:endLongitude '-7.03553'^^xsd:double;
  dwc:latitude '55.269507'^^xsd:double;
  dwc:startLatitude '55.269507'^^xsd:double;
  dwc:endLatitude '55.269507'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_267'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.267624 -7.024563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.267624"^^xsd:decimal ;
  dwc:decimalLongitude "-7.024563"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.267624 -7.024563)"^^geo:wktLiteral ;
  geo-pos:lat "55.267624"^^xsd:decimal ;
  geo-pos:long "-7.024563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_266'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=266'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:startTimeOfDay '11.183333333333'^^xsd:double;
  dwc:endTimeOfDay '11.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.024563'^^xsd:double;
  dwc:startLongitude '-7.024563'^^xsd:double;
  dwc:endLongitude '-7.024563'^^xsd:double;
  dwc:latitude '55.267624'^^xsd:double;
  dwc:startLatitude '55.267624'^^xsd:double;
  dwc:endLatitude '55.267624'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_266'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.24095 -6.949746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.24095"^^xsd:decimal ;
  dwc:decimalLongitude "-6.949746"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.24095 -6.949746)"^^geo:wktLiteral ;
  geo-pos:lat "55.24095"^^xsd:decimal ;
  geo-pos:long "-6.949746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_2'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=2'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:startTimeOfDay '11.116666666667'^^xsd:double;
  dwc:endTimeOfDay '11.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.949746'^^xsd:double;
  dwc:startLongitude '-6.949746'^^xsd:double;
  dwc:endLongitude '-6.949746'^^xsd:double;
  dwc:latitude '55.24095'^^xsd:double;
  dwc:startLatitude '55.24095'^^xsd:double;
  dwc:endLatitude '55.24095'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_2'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.211297 -6.948956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.211297"^^xsd:decimal ;
  dwc:decimalLongitude "-6.948956"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.211297 -6.948956)"^^geo:wktLiteral ;
  geo-pos:lat "55.211297"^^xsd:decimal ;
  geo-pos:long "-6.948956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_1'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=1'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:startTimeOfDay '11.116666666667'^^xsd:double;
  dwc:endTimeOfDay '11.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.948956'^^xsd:double;
  dwc:startLongitude '-6.948956'^^xsd:double;
  dwc:endLongitude '-6.948956'^^xsd:double;
  dwc:latitude '55.211297'^^xsd:double;
  dwc:startLatitude '55.211297'^^xsd:double;
  dwc:endLatitude '55.211297'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_1'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.122889 -6.609865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.122889"^^xsd:decimal ;
  dwc:decimalLongitude "-6.609865"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.122889 -6.609865)"^^geo:wktLiteral ;
  geo-pos:lat "52.122889"^^xsd:decimal ;
  geo-pos:long "-6.609865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_383'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=383'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:startTimeOfDay '17.716666666667'^^xsd:double;
  dwc:endTimeOfDay '17.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.609865'^^xsd:double;
  dwc:startLongitude '-6.609865'^^xsd:double;
  dwc:endLongitude '-6.609865'^^xsd:double;
  dwc:latitude '52.122889'^^xsd:double;
  dwc:startLatitude '52.122889'^^xsd:double;
  dwc:endLatitude '52.122889'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_383'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.121023 -6.604082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.121023"^^xsd:decimal ;
  dwc:decimalLongitude "-6.604082"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.121023 -6.604082)"^^geo:wktLiteral ;
  geo-pos:lat "52.121023"^^xsd:decimal ;
  geo-pos:long "-6.604082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_384'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=384'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.783333333333'^^xsd:double;
  dwc:startTimeOfDay '17.783333333333'^^xsd:double;
  dwc:endTimeOfDay '17.783333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.604082'^^xsd:double;
  dwc:startLongitude '-6.604082'^^xsd:double;
  dwc:endLongitude '-6.604082'^^xsd:double;
  dwc:latitude '52.121023'^^xsd:double;
  dwc:startLatitude '52.121023'^^xsd:double;
  dwc:endLatitude '52.121023'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_384'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.12282 -6.604026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.12282"^^xsd:decimal ;
  dwc:decimalLongitude "-6.604026"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.12282 -6.604026)"^^geo:wktLiteral ;
  geo-pos:lat "52.12282"^^xsd:decimal ;
  geo-pos:long "-6.604026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_382'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=382'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:startTimeOfDay '17.716666666667'^^xsd:double;
  dwc:endTimeOfDay '17.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.604026'^^xsd:double;
  dwc:startLongitude '-6.604026'^^xsd:double;
  dwc:endLongitude '-6.604026'^^xsd:double;
  dwc:latitude '52.12282'^^xsd:double;
  dwc:startLatitude '52.12282'^^xsd:double;
  dwc:endLatitude '52.12282'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_382'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.123701 -6.602538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.123701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.602538"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.123701 -6.602538)"^^geo:wktLiteral ;
  geo-pos:lat "52.123701"^^xsd:decimal ;
  geo-pos:long "-6.602538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_381'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=381'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:startTimeOfDay '17.716666666667'^^xsd:double;
  dwc:endTimeOfDay '17.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.602538'^^xsd:double;
  dwc:startLongitude '-6.602538'^^xsd:double;
  dwc:endLongitude '-6.602538'^^xsd:double;
  dwc:latitude '52.123701'^^xsd:double;
  dwc:startLatitude '52.123701'^^xsd:double;
  dwc:endLatitude '52.123701'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_381'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0974 -6.582927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0974"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582927"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0974 -6.582927)"^^geo:wktLiteral ;
  geo-pos:lat "52.0974"^^xsd:decimal ;
  geo-pos:long "-6.582927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_386'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=386'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:startTimeOfDay '17.766666666667'^^xsd:double;
  dwc:endTimeOfDay '17.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.582927'^^xsd:double;
  dwc:startLongitude '-6.582927'^^xsd:double;
  dwc:endLongitude '-6.582927'^^xsd:double;
  dwc:latitude '52.0974'^^xsd:double;
  dwc:startLatitude '52.0974'^^xsd:double;
  dwc:endLatitude '52.0974'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:relatedCatalogItem '431_386'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '35'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.098246 -6.578522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.098246"^^xsd:decimal ;
  dwc:decimalLongitude "-6.578522"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.098246 -6.578522)"^^geo:wktLiteral ;
  geo-pos:lat "52.098246"^^xsd:decimal ;
  geo-pos:long "-6.578522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_385'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=385'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:startTimeOfDay '17.766666666667'^^xsd:double;
  dwc:endTimeOfDay '17.766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.578522'^^xsd:double;
  dwc:startLongitude '-6.578522'^^xsd:double;
  dwc:endLongitude '-6.578522'^^xsd:double;
  dwc:latitude '52.098246'^^xsd:double;
  dwc:startLatitude '52.098246'^^xsd:double;
  dwc:endLatitude '52.098246'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_385'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.329833 -6.41266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.329833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.41266"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.329833 -6.41266)"^^geo:wktLiteral ;
  geo-pos:lat "52.329833"^^xsd:decimal ;
  geo-pos:long "-6.41266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_230'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=230'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '18.1'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.41266'^^xsd:double;
  dwc:startLongitude '-6.41266'^^xsd:double;
  dwc:endLongitude '-6.41266'^^xsd:double;
  dwc:latitude '52.329833'^^xsd:double;
  dwc:startLatitude '52.329833'^^xsd:double;
  dwc:endLatitude '52.329833'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_230'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.329833 -6.41266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.329833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.41266"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.329833 -6.41266)"^^geo:wktLiteral ;
  geo-pos:lat "52.329833"^^xsd:decimal ;
  geo-pos:long "-6.41266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_396'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=396'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '18.1'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.41266'^^xsd:double;
  dwc:startLongitude '-6.41266'^^xsd:double;
  dwc:endLongitude '-6.41266'^^xsd:double;
  dwc:latitude '52.329833'^^xsd:double;
  dwc:startLatitude '52.329833'^^xsd:double;
  dwc:endLatitude '52.329833'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:relatedCatalogItem '431_396'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '25'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.154541 -6.411597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.154541"^^xsd:decimal ;
  dwc:decimalLongitude "-6.411597"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.154541 -6.411597)"^^geo:wktLiteral ;
  geo-pos:lat "52.154541"^^xsd:decimal ;
  geo-pos:long "-6.411597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_387'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=387'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:startTimeOfDay '17.883333333333'^^xsd:double;
  dwc:endTimeOfDay '17.883333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.411597'^^xsd:double;
  dwc:startLongitude '-6.411597'^^xsd:double;
  dwc:endLongitude '-6.411597'^^xsd:double;
  dwc:latitude '52.154541'^^xsd:double;
  dwc:startLatitude '52.154541'^^xsd:double;
  dwc:endLatitude '52.154541'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '56'^^xsd:integer;
  dwc:relatedCatalogItem '431_387'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '56'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.322448 -6.398255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.322448"^^xsd:decimal ;
  dwc:decimalLongitude "-6.398255"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.322448 -6.398255)"^^geo:wktLiteral ;
  geo-pos:lat "52.322448"^^xsd:decimal ;
  geo-pos:long "-6.398255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_229'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=229'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:startTimeOfDay '18.083333333333'^^xsd:double;
  dwc:endTimeOfDay '18.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.398255'^^xsd:double;
  dwc:startLongitude '-6.398255'^^xsd:double;
  dwc:endLongitude '-6.398255'^^xsd:double;
  dwc:latitude '52.322448'^^xsd:double;
  dwc:startLatitude '52.322448'^^xsd:double;
  dwc:endLatitude '52.322448'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:relatedCatalogItem '431_229'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '14'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.185164 -6.350548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.185164"^^xsd:decimal ;
  dwc:decimalLongitude "-6.350548"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.185164 -6.350548)"^^geo:wktLiteral ;
  geo-pos:lat "52.185164"^^xsd:decimal ;
  geo-pos:long "-6.350548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_392'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=392'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:startTimeOfDay '17.9'^^xsd:double;
  dwc:endTimeOfDay '17.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.350548'^^xsd:double;
  dwc:startLongitude '-6.350548'^^xsd:double;
  dwc:endLongitude '-6.350548'^^xsd:double;
  dwc:latitude '52.185164'^^xsd:double;
  dwc:startLatitude '52.185164'^^xsd:double;
  dwc:endLatitude '52.185164'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_392'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.186062 -6.350515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.186062"^^xsd:decimal ;
  dwc:decimalLongitude "-6.350515"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.186062 -6.350515)"^^geo:wktLiteral ;
  geo-pos:lat "52.186062"^^xsd:decimal ;
  geo-pos:long "-6.350515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_393'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=393'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:startTimeOfDay '17.9'^^xsd:double;
  dwc:endTimeOfDay '17.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.350515'^^xsd:double;
  dwc:startLongitude '-6.350515'^^xsd:double;
  dwc:endLongitude '-6.350515'^^xsd:double;
  dwc:latitude '52.186062'^^xsd:double;
  dwc:startLatitude '52.186062'^^xsd:double;
  dwc:endLatitude '52.186062'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_393'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.008516 -6.335728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.008516"^^xsd:decimal ;
  dwc:decimalLongitude "-6.335728"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.008516 -6.335728)"^^geo:wktLiteral ;
  geo-pos:lat "54.008516"^^xsd:decimal ;
  geo-pos:long "-6.335728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_430'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=430'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.335728'^^xsd:double;
  dwc:startLongitude '-6.335728'^^xsd:double;
  dwc:endLongitude '-6.335728'^^xsd:double;
  dwc:latitude '54.008516'^^xsd:double;
  dwc:startLatitude '54.008516'^^xsd:double;
  dwc:endLatitude '54.008516'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_430'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.008516 -6.335728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.008516"^^xsd:decimal ;
  dwc:decimalLongitude "-6.335728"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.008516 -6.335728)"^^geo:wktLiteral ;
  geo-pos:lat "54.008516"^^xsd:decimal ;
  geo-pos:long "-6.335728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_235'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=235'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.335728'^^xsd:double;
  dwc:startLongitude '-6.335728'^^xsd:double;
  dwc:endLongitude '-6.335728'^^xsd:double;
  dwc:latitude '54.008516'^^xsd:double;
  dwc:startLatitude '54.008516'^^xsd:double;
  dwc:endLatitude '54.008516'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:relatedCatalogItem '431_235'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '18'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.204724 -6.335194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.204724"^^xsd:decimal ;
  dwc:decimalLongitude "-6.335194"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.204724 -6.335194)"^^geo:wktLiteral ;
  geo-pos:lat "52.204724"^^xsd:decimal ;
  geo-pos:long "-6.335194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_394'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=394'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:startTimeOfDay '17.916666666667'^^xsd:double;
  dwc:endTimeOfDay '17.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.335194'^^xsd:double;
  dwc:startLongitude '-6.335194'^^xsd:double;
  dwc:endLongitude '-6.335194'^^xsd:double;
  dwc:latitude '52.204724'^^xsd:double;
  dwc:startLatitude '52.204724'^^xsd:double;
  dwc:endLatitude '52.204724'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_394'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.242959 -6.305941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.242959"^^xsd:decimal ;
  dwc:decimalLongitude "-6.305941"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.242959 -6.305941)"^^geo:wktLiteral ;
  geo-pos:lat "52.242959"^^xsd:decimal ;
  geo-pos:long "-6.305941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_395'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=395'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:startTimeOfDay '18.016666666667'^^xsd:double;
  dwc:endTimeOfDay '18.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.305941'^^xsd:double;
  dwc:startLongitude '-6.305941'^^xsd:double;
  dwc:endLongitude '-6.305941'^^xsd:double;
  dwc:latitude '52.242959'^^xsd:double;
  dwc:startLatitude '52.242959'^^xsd:double;
  dwc:endLatitude '52.242959'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:relatedCatalogItem '431_395'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '20'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.815897 -6.250737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.815897"^^xsd:decimal ;
  dwc:decimalLongitude "-6.250737"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.815897 -6.250737)"^^geo:wktLiteral ;
  geo-pos:lat "53.815897"^^xsd:decimal ;
  geo-pos:long "-6.250737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_234'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=234'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:startTimeOfDay '12.15'^^xsd:double;
  dwc:endTimeOfDay '12.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.250737'^^xsd:double;
  dwc:startLongitude '-6.250737'^^xsd:double;
  dwc:endLongitude '-6.250737'^^xsd:double;
  dwc:latitude '53.815897'^^xsd:double;
  dwc:startLatitude '53.815897'^^xsd:double;
  dwc:endLatitude '53.815897'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_234'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.815897 -6.250737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.815897"^^xsd:decimal ;
  dwc:decimalLongitude "-6.250737"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.815897 -6.250737)"^^geo:wktLiteral ;
  geo-pos:lat "53.815897"^^xsd:decimal ;
  geo-pos:long "-6.250737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_429'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=429'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:startTimeOfDay '12.15'^^xsd:double;
  dwc:endTimeOfDay '12.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.250737'^^xsd:double;
  dwc:startLongitude '-6.250737'^^xsd:double;
  dwc:endLongitude '-6.250737'^^xsd:double;
  dwc:latitude '53.815897'^^xsd:double;
  dwc:startLatitude '53.815897'^^xsd:double;
  dwc:endLatitude '53.815897'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:relatedCatalogItem '431_429'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '10'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.804177 -6.248189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.804177"^^xsd:decimal ;
  dwc:decimalLongitude "-6.248189"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.804177 -6.248189)"^^geo:wktLiteral ;
  geo-pos:lat "53.804177"^^xsd:decimal ;
  geo-pos:long "-6.248189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_428'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=428'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:startTimeOfDay '12.15'^^xsd:double;
  dwc:endTimeOfDay '12.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.248189'^^xsd:double;
  dwc:startLongitude '-6.248189'^^xsd:double;
  dwc:endLongitude '-6.248189'^^xsd:double;
  dwc:latitude '53.804177'^^xsd:double;
  dwc:startLatitude '53.804177'^^xsd:double;
  dwc:endLatitude '53.804177'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_428'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.804155 -6.246671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.804155"^^xsd:decimal ;
  dwc:decimalLongitude "-6.246671"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.804155 -6.246671)"^^geo:wktLiteral ;
  geo-pos:lat "53.804155"^^xsd:decimal ;
  geo-pos:long "-6.246671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_427'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=427'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:startTimeOfDay '12.15'^^xsd:double;
  dwc:endTimeOfDay '12.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.246671'^^xsd:double;
  dwc:startLongitude '-6.246671'^^xsd:double;
  dwc:endLongitude '-6.246671'^^xsd:double;
  dwc:latitude '53.804155'^^xsd:double;
  dwc:startLatitude '53.804155'^^xsd:double;
  dwc:endLatitude '53.804155'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_427'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.800474 -6.240753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.800474"^^xsd:decimal ;
  dwc:decimalLongitude "-6.240753"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.800474 -6.240753)"^^geo:wktLiteral ;
  geo-pos:lat "53.800474"^^xsd:decimal ;
  geo-pos:long "-6.240753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_426'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=426'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:startTimeOfDay '12.15'^^xsd:double;
  dwc:endTimeOfDay '12.15'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.240753'^^xsd:double;
  dwc:startLongitude '-6.240753'^^xsd:double;
  dwc:endLongitude '-6.240753'^^xsd:double;
  dwc:latitude '53.800474'^^xsd:double;
  dwc:startLatitude '53.800474'^^xsd:double;
  dwc:endLatitude '53.800474'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_426'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20286 -6.207984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20286"^^xsd:decimal ;
  dwc:decimalLongitude "-6.207984"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20286 -6.207984)"^^geo:wktLiteral ;
  geo-pos:lat "52.20286"^^xsd:decimal ;
  geo-pos:long "-6.207984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_389'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=389'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:startTimeOfDay '17.966666666667'^^xsd:double;
  dwc:endTimeOfDay '17.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.207984'^^xsd:double;
  dwc:startLongitude '-6.207984'^^xsd:double;
  dwc:endLongitude '-6.207984'^^xsd:double;
  dwc:latitude '52.20286'^^xsd:double;
  dwc:startLatitude '52.20286'^^xsd:double;
  dwc:endLatitude '52.20286'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_389'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20286 -6.207984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20286"^^xsd:decimal ;
  dwc:decimalLongitude "-6.207984"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20286 -6.207984)"^^geo:wktLiteral ;
  geo-pos:lat "52.20286"^^xsd:decimal ;
  geo-pos:long "-6.207984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_390'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=390'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:startTimeOfDay '17.966666666667'^^xsd:double;
  dwc:endTimeOfDay '17.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.207984'^^xsd:double;
  dwc:startLongitude '-6.207984'^^xsd:double;
  dwc:endLongitude '-6.207984'^^xsd:double;
  dwc:latitude '52.20286'^^xsd:double;
  dwc:startLatitude '52.20286'^^xsd:double;
  dwc:endLatitude '52.20286'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_390'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.203758 -6.207948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.203758"^^xsd:decimal ;
  dwc:decimalLongitude "-6.207948"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.203758 -6.207948)"^^geo:wktLiteral ;
  geo-pos:lat "52.203758"^^xsd:decimal ;
  geo-pos:long "-6.207948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_391'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=391'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:startTimeOfDay '17.966666666667'^^xsd:double;
  dwc:endTimeOfDay '17.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.207948'^^xsd:double;
  dwc:startLongitude '-6.207948'^^xsd:double;
  dwc:endLongitude '-6.207948'^^xsd:double;
  dwc:latitude '52.203758'^^xsd:double;
  dwc:startLatitude '52.203758'^^xsd:double;
  dwc:endLatitude '52.203758'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_391'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.203736 -6.206486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.203736"^^xsd:decimal ;
  dwc:decimalLongitude "-6.206486"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.203736 -6.206486)"^^geo:wktLiteral ;
  geo-pos:lat "52.203736"^^xsd:decimal ;
  geo-pos:long "-6.206486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_388'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=388'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:startTimeOfDay '17.966666666667'^^xsd:double;
  dwc:endTimeOfDay '17.966666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.206486'^^xsd:double;
  dwc:startLongitude '-6.206486'^^xsd:double;
  dwc:endLongitude '-6.206486'^^xsd:double;
  dwc:latitude '52.203736'^^xsd:double;
  dwc:startLatitude '52.203736'^^xsd:double;
  dwc:endLatitude '52.203736'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_388'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.928086 -6.198994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.928086"^^xsd:decimal ;
  dwc:decimalLongitude "-6.198994"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.928086 -6.198994)"^^geo:wktLiteral ;
  geo-pos:lat "52.928086"^^xsd:decimal ;
  geo-pos:long "-6.198994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_399'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=399'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:startTimeOfDay '11.166666666667'^^xsd:double;
  dwc:endTimeOfDay '11.166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.198994'^^xsd:double;
  dwc:startLongitude '-6.198994'^^xsd:double;
  dwc:endLongitude '-6.198994'^^xsd:double;
  dwc:latitude '52.928086'^^xsd:double;
  dwc:startLatitude '52.928086'^^xsd:double;
  dwc:endLatitude '52.928086'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_399'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.627156 -6.18901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.627156"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18901"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.627156 -6.18901)"^^geo:wktLiteral ;
  geo-pos:lat "53.627156"^^xsd:decimal ;
  geo-pos:long "-6.18901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_422'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=422'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:startTimeOfDay '12'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.18901'^^xsd:double;
  dwc:startLongitude '-6.18901'^^xsd:double;
  dwc:endLongitude '-6.18901'^^xsd:double;
  dwc:latitude '53.627156'^^xsd:double;
  dwc:startLatitude '53.627156'^^xsd:double;
  dwc:endLatitude '53.627156'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_422'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.631509 -6.179752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.631509"^^xsd:decimal ;
  dwc:decimalLongitude "-6.179752"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.631509 -6.179752)"^^geo:wktLiteral ;
  geo-pos:lat "53.631509"^^xsd:decimal ;
  geo-pos:long "-6.179752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_424'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=424'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:startTimeOfDay '12.016666666667'^^xsd:double;
  dwc:endTimeOfDay '12.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.179752'^^xsd:double;
  dwc:startLongitude '-6.179752'^^xsd:double;
  dwc:endLongitude '-6.179752'^^xsd:double;
  dwc:latitude '53.631509'^^xsd:double;
  dwc:startLatitude '53.631509'^^xsd:double;
  dwc:endLatitude '53.631509'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:relatedCatalogItem '431_424'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '30'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.632407 -6.179713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.632407"^^xsd:decimal ;
  dwc:decimalLongitude "-6.179713"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.632407 -6.179713)"^^geo:wktLiteral ;
  geo-pos:lat "53.632407"^^xsd:decimal ;
  geo-pos:long "-6.179713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_425'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=425'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:startTimeOfDay '12.016666666667'^^xsd:double;
  dwc:endTimeOfDay '12.016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.179713'^^xsd:double;
  dwc:startLongitude '-6.179713'^^xsd:double;
  dwc:endLongitude '-6.179713'^^xsd:double;
  dwc:latitude '53.632407'^^xsd:double;
  dwc:startLatitude '53.632407'^^xsd:double;
  dwc:endLatitude '53.632407'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_425'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.630588 -6.17828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.630588"^^xsd:decimal ;
  dwc:decimalLongitude "-6.17828"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.630588 -6.17828)"^^geo:wktLiteral ;
  geo-pos:lat "53.630588"^^xsd:decimal ;
  geo-pos:long "-6.17828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_423'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=423'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:startTimeOfDay '12'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.17828'^^xsd:double;
  dwc:startLongitude '-6.17828'^^xsd:double;
  dwc:endLongitude '-6.17828'^^xsd:double;
  dwc:latitude '53.630588'^^xsd:double;
  dwc:startLatitude '53.630588'^^xsd:double;
  dwc:endLatitude '53.630588'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:relatedCatalogItem '431_423'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '9'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.039968 -6.15126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.039968"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15126"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.039968 -6.15126)"^^geo:wktLiteral ;
  geo-pos:lat "54.039968"^^xsd:decimal ;
  geo-pos:long "-6.15126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_236'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=236'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:startTimeOfDay '12.433333333333'^^xsd:double;
  dwc:endTimeOfDay '12.433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.15126'^^xsd:double;
  dwc:startLongitude '-6.15126'^^xsd:double;
  dwc:endLongitude '-6.15126'^^xsd:double;
  dwc:latitude '54.039968'^^xsd:double;
  dwc:startLatitude '54.039968'^^xsd:double;
  dwc:endLatitude '54.039968'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_236'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.73486 -6.141817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.73486"^^xsd:decimal ;
  dwc:decimalLongitude "-6.141817"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.73486 -6.141817)"^^geo:wktLiteral ;
  geo-pos:lat "52.73486"^^xsd:decimal ;
  geo-pos:long "-6.141817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_397'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=397'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.05'^^xsd:double;
  dwc:startTimeOfDay '11.05'^^xsd:double;
  dwc:endTimeOfDay '11.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.141817'^^xsd:double;
  dwc:startLongitude '-6.141817'^^xsd:double;
  dwc:endLongitude '-6.141817'^^xsd:double;
  dwc:latitude '52.73486'^^xsd:double;
  dwc:startLatitude '52.73486'^^xsd:double;
  dwc:endLatitude '52.73486'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_397'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.735758 -6.141779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.735758"^^xsd:decimal ;
  dwc:decimalLongitude "-6.141779"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.735758 -6.141779)"^^geo:wktLiteral ;
  geo-pos:lat "52.735758"^^xsd:decimal ;
  geo-pos:long "-6.141779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_398'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=398'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.05'^^xsd:double;
  dwc:startTimeOfDay '11.05'^^xsd:double;
  dwc:endTimeOfDay '11.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.141779'^^xsd:double;
  dwc:startLongitude '-6.141779'^^xsd:double;
  dwc:endLongitude '-6.141779'^^xsd:double;
  dwc:latitude '52.735758'^^xsd:double;
  dwc:startLatitude '52.735758'^^xsd:double;
  dwc:endLatitude '52.735758'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_398'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058568 -6.133632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058568"^^xsd:decimal ;
  dwc:decimalLongitude "-6.133632"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058568 -6.133632)"^^geo:wktLiteral ;
  geo-pos:lat "54.058568"^^xsd:decimal ;
  geo-pos:long "-6.133632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_237'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=237'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:startTimeOfDay '12.533333333333'^^xsd:double;
  dwc:endTimeOfDay '12.533333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.133632'^^xsd:double;
  dwc:startLongitude '-6.133632'^^xsd:double;
  dwc:endLongitude '-6.133632'^^xsd:double;
  dwc:latitude '54.058568'^^xsd:double;
  dwc:startLatitude '54.058568'^^xsd:double;
  dwc:endLatitude '54.058568'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:relatedCatalogItem '431_237'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '33'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.039376 -6.113117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.039376"^^xsd:decimal ;
  dwc:decimalLongitude "-6.113117"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.039376 -6.113117)"^^geo:wktLiteral ;
  geo-pos:lat "54.039376"^^xsd:decimal ;
  geo-pos:long "-6.113117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_238'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=238'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.113117'^^xsd:double;
  dwc:startLongitude '-6.113117'^^xsd:double;
  dwc:endLongitude '-6.113117'^^xsd:double;
  dwc:latitude '54.039376'^^xsd:double;
  dwc:startLatitude '54.039376'^^xsd:double;
  dwc:endLatitude '54.039376'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_238'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.034862 -6.111795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.034862"^^xsd:decimal ;
  dwc:decimalLongitude "-6.111795"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.034862 -6.111795)"^^geo:wktLiteral ;
  geo-pos:lat "54.034862"^^xsd:decimal ;
  geo-pos:long "-6.111795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_245'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=245'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.111795'^^xsd:double;
  dwc:startLongitude '-6.111795'^^xsd:double;
  dwc:endLongitude '-6.111795'^^xsd:double;
  dwc:latitude '54.034862'^^xsd:double;
  dwc:startLatitude '54.034862'^^xsd:double;
  dwc:endLatitude '54.034862'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '45'^^xsd:integer;
  dwc:relatedCatalogItem '431_245'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '45'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.035736 -6.110229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.035736"^^xsd:decimal ;
  dwc:decimalLongitude "-6.110229"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.035736 -6.110229)"^^geo:wktLiteral ;
  geo-pos:lat "54.035736"^^xsd:decimal ;
  geo-pos:long "-6.110229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_243'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=243'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.110229'^^xsd:double;
  dwc:startLongitude '-6.110229'^^xsd:double;
  dwc:endLongitude '-6.110229'^^xsd:double;
  dwc:latitude '54.035736'^^xsd:double;
  dwc:startLatitude '54.035736'^^xsd:double;
  dwc:endLatitude '54.035736'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:relatedCatalogItem '431_243'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '37'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036634 -6.110188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036634"^^xsd:decimal ;
  dwc:decimalLongitude "-6.110188"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036634 -6.110188)"^^geo:wktLiteral ;
  geo-pos:lat "54.036634"^^xsd:decimal ;
  geo-pos:long "-6.110188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_244'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=244'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.110188'^^xsd:double;
  dwc:startLongitude '-6.110188'^^xsd:double;
  dwc:endLongitude '-6.110188'^^xsd:double;
  dwc:latitude '54.036634'^^xsd:double;
  dwc:startLatitude '54.036634'^^xsd:double;
  dwc:endLatitude '54.036634'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_244'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.039328 -6.110066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.039328"^^xsd:decimal ;
  dwc:decimalLongitude "-6.110066"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.039328 -6.110066)"^^geo:wktLiteral ;
  geo-pos:lat "54.039328"^^xsd:decimal ;
  geo-pos:long "-6.110066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_239'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=239'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.110066'^^xsd:double;
  dwc:startLongitude '-6.110066'^^xsd:double;
  dwc:endLongitude '-6.110066'^^xsd:double;
  dwc:latitude '54.039328'^^xsd:double;
  dwc:startLatitude '54.039328'^^xsd:double;
  dwc:endLatitude '54.039328'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:relatedCatalogItem '431_239'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '18'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.033018 -6.108826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.033018"^^xsd:decimal ;
  dwc:decimalLongitude "-6.108826"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.033018 -6.108826)"^^geo:wktLiteral ;
  geo-pos:lat "54.033018"^^xsd:decimal ;
  geo-pos:long "-6.108826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_240'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=240'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.108826'^^xsd:double;
  dwc:startLongitude '-6.108826'^^xsd:double;
  dwc:endLongitude '-6.108826'^^xsd:double;
  dwc:latitude '54.033018'^^xsd:double;
  dwc:startLatitude '54.033018'^^xsd:double;
  dwc:endLatitude '54.033018'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:relatedCatalogItem '431_240'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '19'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.033844 -6.104208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.033844"^^xsd:decimal ;
  dwc:decimalLongitude "-6.104208"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.033844 -6.104208)"^^geo:wktLiteral ;
  geo-pos:lat "54.033844"^^xsd:decimal ;
  geo-pos:long "-6.104208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_242'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=242'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.104208'^^xsd:double;
  dwc:startLongitude '-6.104208'^^xsd:double;
  dwc:endLongitude '-6.104208'^^xsd:double;
  dwc:latitude '54.033844'^^xsd:double;
  dwc:startLatitude '54.033844'^^xsd:double;
  dwc:endLatitude '54.033844'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '54'^^xsd:integer;
  dwc:relatedCatalogItem '431_242'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '54'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.035592 -6.101076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.035592"^^xsd:decimal ;
  dwc:decimalLongitude "-6.101076"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.035592 -6.101076)"^^geo:wktLiteral ;
  geo-pos:lat "54.035592"^^xsd:decimal ;
  geo-pos:long "-6.101076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_241'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=241'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.101076'^^xsd:double;
  dwc:startLongitude '-6.101076'^^xsd:double;
  dwc:endLongitude '-6.101076'^^xsd:double;
  dwc:latitude '54.035592'^^xsd:double;
  dwc:startLatitude '54.035592'^^xsd:double;
  dwc:endLatitude '54.035592'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:relatedCatalogItem '431_241'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '27'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.012219 -6.100614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.012219"^^xsd:decimal ;
  dwc:decimalLongitude "-6.100614"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.012219 -6.100614)"^^geo:wktLiteral ;
  geo-pos:lat "54.012219"^^xsd:decimal ;
  geo-pos:long "-6.100614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_246'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=246'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.616666666667'^^xsd:double;
  dwc:startTimeOfDay '12.616666666667'^^xsd:double;
  dwc:endTimeOfDay '12.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.100614'^^xsd:double;
  dwc:startLongitude '-6.100614'^^xsd:double;
  dwc:endLongitude '-6.100614'^^xsd:double;
  dwc:latitude '54.012219'^^xsd:double;
  dwc:startLatitude '54.012219'^^xsd:double;
  dwc:endLatitude '54.012219'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_246'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.012219 -6.100614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.012219"^^xsd:decimal ;
  dwc:decimalLongitude "-6.100614"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.012219 -6.100614)"^^geo:wktLiteral ;
  geo-pos:lat "54.012219"^^xsd:decimal ;
  geo-pos:long "-6.100614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_432'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=432'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.616666666667'^^xsd:double;
  dwc:startTimeOfDay '12.616666666667'^^xsd:double;
  dwc:endTimeOfDay '12.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.100614'^^xsd:double;
  dwc:startLongitude '-6.100614'^^xsd:double;
  dwc:endLongitude '-6.100614'^^xsd:double;
  dwc:latitude '54.012219'^^xsd:double;
  dwc:startLatitude '54.012219'^^xsd:double;
  dwc:endLatitude '54.012219'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_432'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.035567 -6.09955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.035567"^^xsd:decimal ;
  dwc:decimalLongitude "-6.09955"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.035567 -6.09955)"^^geo:wktLiteral ;
  geo-pos:lat "54.035567"^^xsd:decimal ;
  geo-pos:long "-6.09955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_431'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=431'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:startTimeOfDay '12.566666666667'^^xsd:double;
  dwc:endTimeOfDay '12.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.09955'^^xsd:double;
  dwc:startLongitude '-6.09955'^^xsd:double;
  dwc:endLongitude '-6.09955'^^xsd:double;
  dwc:latitude '54.035567'^^xsd:double;
  dwc:startLatitude '54.035567'^^xsd:double;
  dwc:endLatitude '54.035567'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_431'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.013069 -6.097524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.013069"^^xsd:decimal ;
  dwc:decimalLongitude "-6.097524"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.013069 -6.097524)"^^geo:wktLiteral ;
  geo-pos:lat "54.013069"^^xsd:decimal ;
  geo-pos:long "-6.097524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_248'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=248'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.616666666667'^^xsd:double;
  dwc:startTimeOfDay '12.616666666667'^^xsd:double;
  dwc:endTimeOfDay '12.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.097524'^^xsd:double;
  dwc:startLongitude '-6.097524'^^xsd:double;
  dwc:endLongitude '-6.097524'^^xsd:double;
  dwc:latitude '54.013069'^^xsd:double;
  dwc:startLatitude '54.013069'^^xsd:double;
  dwc:endLatitude '54.013069'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_248'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.013021 -6.094475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.013021"^^xsd:decimal ;
  dwc:decimalLongitude "-6.094475"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.013021 -6.094475)"^^geo:wktLiteral ;
  geo-pos:lat "54.013021"^^xsd:decimal ;
  geo-pos:long "-6.094475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_247'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=247'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.616666666667'^^xsd:double;
  dwc:startTimeOfDay '12.616666666667'^^xsd:double;
  dwc:endTimeOfDay '12.616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.094475'^^xsd:double;
  dwc:startLongitude '-6.094475'^^xsd:double;
  dwc:endLongitude '-6.094475'^^xsd:double;
  dwc:latitude '54.013021'^^xsd:double;
  dwc:startLatitude '54.013021'^^xsd:double;
  dwc:endLatitude '54.013021'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_247'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.275984 -6.088438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.275984"^^xsd:decimal ;
  dwc:decimalLongitude "-6.088438"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.275984 -6.088438)"^^geo:wktLiteral ;
  geo-pos:lat "53.275984"^^xsd:decimal ;
  geo-pos:long "-6.088438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_403'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=403'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:startTimeOfDay '11.483333333333'^^xsd:double;
  dwc:endTimeOfDay '11.483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.088438'^^xsd:double;
  dwc:startLongitude '-6.088438'^^xsd:double;
  dwc:endLongitude '-6.088438'^^xsd:double;
  dwc:latitude '53.275984'^^xsd:double;
  dwc:startLatitude '53.275984'^^xsd:double;
  dwc:endLatitude '53.275984'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '431_403'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.586043 -6.088064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.586043"^^xsd:decimal ;
  dwc:decimalLongitude "-6.088064"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.586043 -6.088064)"^^geo:wktLiteral ;
  geo-pos:lat "53.586043"^^xsd:decimal ;
  geo-pos:long "-6.088064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_420'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=420'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.95'^^xsd:double;
  dwc:startTimeOfDay '11.95'^^xsd:double;
  dwc:endTimeOfDay '11.95'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.088064'^^xsd:double;
  dwc:startLongitude '-6.088064'^^xsd:double;
  dwc:endLongitude '-6.088064'^^xsd:double;
  dwc:latitude '53.586043'^^xsd:double;
  dwc:startLatitude '53.586043'^^xsd:double;
  dwc:endLatitude '53.586043'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_420'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.561771 -6.087649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.561771"^^xsd:decimal ;
  dwc:decimalLongitude "-6.087649"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.561771 -6.087649)"^^geo:wktLiteral ;
  geo-pos:lat "53.561771"^^xsd:decimal ;
  geo-pos:long "-6.087649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_415'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=415'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:startTimeOfDay '11.85'^^xsd:double;
  dwc:endTimeOfDay '11.85'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.087649'^^xsd:double;
  dwc:startLongitude '-6.087649'^^xsd:double;
  dwc:endLongitude '-6.087649'^^xsd:double;
  dwc:latitude '53.561771'^^xsd:double;
  dwc:startLatitude '53.561771'^^xsd:double;
  dwc:endLatitude '53.561771'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_415'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.010206 -6.086975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.010206"^^xsd:decimal ;
  dwc:decimalLongitude "-6.086975"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.010206 -6.086975)"^^geo:wktLiteral ;
  geo-pos:lat "54.010206"^^xsd:decimal ;
  geo-pos:long "-6.086975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_435'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=435'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:startTimeOfDay '12.633333333333'^^xsd:double;
  dwc:endTimeOfDay '12.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.086975'^^xsd:double;
  dwc:startLongitude '-6.086975'^^xsd:double;
  dwc:endLongitude '-6.086975'^^xsd:double;
  dwc:latitude '54.010206'^^xsd:double;
  dwc:startLatitude '54.010206'^^xsd:double;
  dwc:endLatitude '54.010206'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:relatedCatalogItem '431_435'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '15'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.574319 -6.085573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.574319"^^xsd:decimal ;
  dwc:decimalLongitude "-6.085573"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.574319 -6.085573)"^^geo:wktLiteral ;
  geo-pos:lat "53.574319"^^xsd:decimal ;
  geo-pos:long "-6.085573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_233'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=233'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:startTimeOfDay '11.866666666667'^^xsd:double;
  dwc:endTimeOfDay '11.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.085573'^^xsd:double;
  dwc:startLongitude '-6.085573'^^xsd:double;
  dwc:endLongitude '-6.085573'^^xsd:double;
  dwc:latitude '53.574319'^^xsd:double;
  dwc:startLatitude '53.574319'^^xsd:double;
  dwc:endLatitude '53.574319'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_233'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.574319 -6.085573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.574319"^^xsd:decimal ;
  dwc:decimalLongitude "-6.085573"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.574319 -6.085573)"^^geo:wktLiteral ;
  geo-pos:lat "53.574319"^^xsd:decimal ;
  geo-pos:long "-6.085573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_417'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=417'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:startTimeOfDay '11.866666666667'^^xsd:double;
  dwc:endTimeOfDay '11.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.085573'^^xsd:double;
  dwc:startLongitude '-6.085573'^^xsd:double;
  dwc:endLongitude '-6.085573'^^xsd:double;
  dwc:latitude '53.574319'^^xsd:double;
  dwc:startLatitude '53.574319'^^xsd:double;
  dwc:endLatitude '53.574319'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_417'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.012875 -6.085326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.012875"^^xsd:decimal ;
  dwc:decimalLongitude "-6.085326"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.012875 -6.085326)"^^geo:wktLiteral ;
  geo-pos:lat "54.012875"^^xsd:decimal ;
  geo-pos:long "-6.085326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_249'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=249'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:startTimeOfDay '12.633333333333'^^xsd:double;
  dwc:endTimeOfDay '12.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.085326'^^xsd:double;
  dwc:startLongitude '-6.085326'^^xsd:double;
  dwc:endLongitude '-6.085326'^^xsd:double;
  dwc:latitude '54.012875'^^xsd:double;
  dwc:startLatitude '54.012875'^^xsd:double;
  dwc:endLatitude '54.012875'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_249'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.573397 -6.084105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.573397"^^xsd:decimal ;
  dwc:decimalLongitude "-6.084105"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.573397 -6.084105)"^^geo:wktLiteral ;
  geo-pos:lat "53.573397"^^xsd:decimal ;
  geo-pos:long "-6.084105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_416'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=416'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:startTimeOfDay '11.866666666667'^^xsd:double;
  dwc:endTimeOfDay '11.866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.084105'^^xsd:double;
  dwc:startLongitude '-6.084105'^^xsd:double;
  dwc:endLongitude '-6.084105'^^xsd:double;
  dwc:latitude '53.573397'^^xsd:double;
  dwc:startLatitude '53.573397'^^xsd:double;
  dwc:endLatitude '53.573397'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_416'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.011055 -6.083884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.011055"^^xsd:decimal ;
  dwc:decimalLongitude "-6.083884"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.011055 -6.083884)"^^geo:wktLiteral ;
  geo-pos:lat "54.011055"^^xsd:decimal ;
  geo-pos:long "-6.083884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_251'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=251'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:startTimeOfDay '12.633333333333'^^xsd:double;
  dwc:endTimeOfDay '12.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.083884'^^xsd:double;
  dwc:startLongitude '-6.083884'^^xsd:double;
  dwc:endLongitude '-6.083884'^^xsd:double;
  dwc:latitude '54.011055'^^xsd:double;
  dwc:startLatitude '54.011055'^^xsd:double;
  dwc:endLatitude '54.011055'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:relatedCatalogItem '431_251'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '19'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.011953 -6.083843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.011953"^^xsd:decimal ;
  dwc:decimalLongitude "-6.083843"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.011953 -6.083843)"^^geo:wktLiteral ;
  geo-pos:lat "54.011953"^^xsd:decimal ;
  geo-pos:long "-6.083843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_250'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=250'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:startTimeOfDay '12.633333333333'^^xsd:double;
  dwc:endTimeOfDay '12.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.083843'^^xsd:double;
  dwc:startLongitude '-6.083843'^^xsd:double;
  dwc:endLongitude '-6.083843'^^xsd:double;
  dwc:latitude '54.011953'^^xsd:double;
  dwc:startLatitude '54.011953'^^xsd:double;
  dwc:endLatitude '54.011953'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '431_250'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.271374 -6.081147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.271374"^^xsd:decimal ;
  dwc:decimalLongitude "-6.081147"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.271374 -6.081147)"^^geo:wktLiteral ;
  geo-pos:lat "53.271374"^^xsd:decimal ;
  geo-pos:long "-6.081147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_400'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=400'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:startTimeOfDay '11.483333333333'^^xsd:double;
  dwc:endTimeOfDay '11.483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.081147'^^xsd:double;
  dwc:startLongitude '-6.081147'^^xsd:double;
  dwc:endLongitude '-6.081147'^^xsd:double;
  dwc:latitude '53.271374'^^xsd:double;
  dwc:startLatitude '53.271374'^^xsd:double;
  dwc:endLatitude '53.271374'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_400'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0137 -6.080711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0137"^^xsd:decimal ;
  dwc:decimalLongitude "-6.080711"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0137 -6.080711)"^^geo:wktLiteral ;
  geo-pos:lat "54.0137"^^xsd:decimal ;
  geo-pos:long "-6.080711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_433'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=433'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:startTimeOfDay '12.633333333333'^^xsd:double;
  dwc:endTimeOfDay '12.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.080711'^^xsd:double;
  dwc:startLongitude '-6.080711'^^xsd:double;
  dwc:endLongitude '-6.080711'^^xsd:double;
  dwc:latitude '54.0137'^^xsd:double;
  dwc:startLatitude '54.0137'^^xsd:double;
  dwc:endLatitude '54.0137'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_433'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.010982 -6.07931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.010982"^^xsd:decimal ;
  dwc:decimalLongitude "-6.07931"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.010982 -6.07931)"^^geo:wktLiteral ;
  geo-pos:lat "54.010982"^^xsd:decimal ;
  geo-pos:long "-6.07931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_434'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=434'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:startTimeOfDay '12.633333333333'^^xsd:double;
  dwc:endTimeOfDay '12.633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.07931'^^xsd:double;
  dwc:startLongitude '-6.07931'^^xsd:double;
  dwc:endLongitude '-6.07931'^^xsd:double;
  dwc:latitude '54.010982'^^xsd:double;
  dwc:startLatitude '54.010982'^^xsd:double;
  dwc:endLatitude '54.010982'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_434'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.275792 -6.076451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.275792"^^xsd:decimal ;
  dwc:decimalLongitude "-6.076451"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.275792 -6.076451)"^^geo:wktLiteral ;
  geo-pos:lat "53.275792"^^xsd:decimal ;
  geo-pos:long "-6.076451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_402'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=402'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:startTimeOfDay '11.483333333333'^^xsd:double;
  dwc:endTimeOfDay '11.483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.076451'^^xsd:double;
  dwc:startLongitude '-6.076451'^^xsd:double;
  dwc:endLongitude '-6.076451'^^xsd:double;
  dwc:latitude '53.275792'^^xsd:double;
  dwc:startLatitude '53.275792'^^xsd:double;
  dwc:endLatitude '53.275792'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '431_402'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.274869 -6.074993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.274869"^^xsd:decimal ;
  dwc:decimalLongitude "-6.074993"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.274869 -6.074993)"^^geo:wktLiteral ;
  geo-pos:lat "53.274869"^^xsd:decimal ;
  geo-pos:long "-6.074993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_401'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=401'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:startTimeOfDay '11.483333333333'^^xsd:double;
  dwc:endTimeOfDay '11.483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.074993'^^xsd:double;
  dwc:startLongitude '-6.074993'^^xsd:double;
  dwc:endLongitude '-6.074993'^^xsd:double;
  dwc:latitude '53.274869'^^xsd:double;
  dwc:startLatitude '53.274869'^^xsd:double;
  dwc:endLatitude '53.274869'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_401'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58313 -6.074603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.58313"^^xsd:decimal ;
  dwc:decimalLongitude "-6.074603"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58313 -6.074603)"^^geo:wktLiteral ;
  geo-pos:lat "53.58313"^^xsd:decimal ;
  geo-pos:long "-6.074603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_418'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=418'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:startTimeOfDay '11.9'^^xsd:double;
  dwc:endTimeOfDay '11.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.074603'^^xsd:double;
  dwc:startLongitude '-6.074603'^^xsd:double;
  dwc:endLongitude '-6.074603'^^xsd:double;
  dwc:latitude '53.58313'^^xsd:double;
  dwc:startLatitude '53.58313'^^xsd:double;
  dwc:endLatitude '53.58313'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_418'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58665 -6.069911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.58665"^^xsd:decimal ;
  dwc:decimalLongitude "-6.069911"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58665 -6.069911)"^^geo:wktLiteral ;
  geo-pos:lat "53.58665"^^xsd:decimal ;
  geo-pos:long "-6.069911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_419'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=419'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:startTimeOfDay '11.9'^^xsd:double;
  dwc:endTimeOfDay '11.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.069911'^^xsd:double;
  dwc:startLongitude '-6.069911'^^xsd:double;
  dwc:endLongitude '-6.069911'^^xsd:double;
  dwc:latitude '53.58665'^^xsd:double;
  dwc:startLatitude '53.58665'^^xsd:double;
  dwc:endLatitude '53.58665'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:relatedCatalogItem '431_419'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '30'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.399559 -6.060345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.399559"^^xsd:decimal ;
  dwc:decimalLongitude "-6.060345"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.399559 -6.060345)"^^geo:wktLiteral ;
  geo-pos:lat "53.399559"^^xsd:decimal ;
  geo-pos:long "-6.060345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_406'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=406'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.6'^^xsd:double;
  dwc:startTimeOfDay '11.6'^^xsd:double;
  dwc:endTimeOfDay '11.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.060345'^^xsd:double;
  dwc:startLongitude '-6.060345'^^xsd:double;
  dwc:endLongitude '-6.060345'^^xsd:double;
  dwc:latitude '53.399559'^^xsd:double;
  dwc:startLatitude '53.399559'^^xsd:double;
  dwc:endLatitude '53.399559'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_406'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.404049 -6.060141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.404049"^^xsd:decimal ;
  dwc:decimalLongitude "-6.060141"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.404049 -6.060141)"^^geo:wktLiteral ;
  geo-pos:lat "53.404049"^^xsd:decimal ;
  geo-pos:long "-6.060141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_408'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=408'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.6'^^xsd:double;
  dwc:startTimeOfDay '11.6'^^xsd:double;
  dwc:endTimeOfDay '11.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.060141'^^xsd:double;
  dwc:startLongitude '-6.060141'^^xsd:double;
  dwc:endLongitude '-6.060141'^^xsd:double;
  dwc:latitude '53.404049'^^xsd:double;
  dwc:startLatitude '53.404049'^^xsd:double;
  dwc:endLatitude '53.404049'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_408'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400432 -6.058802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.400432"^^xsd:decimal ;
  dwc:decimalLongitude "-6.058802"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400432 -6.058802)"^^geo:wktLiteral ;
  geo-pos:lat "53.400432"^^xsd:decimal ;
  geo-pos:long "-6.058802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_407'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=407'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.6'^^xsd:double;
  dwc:startTimeOfDay '11.6'^^xsd:double;
  dwc:endTimeOfDay '11.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.058802'^^xsd:double;
  dwc:startLongitude '-6.058802'^^xsd:double;
  dwc:endLongitude '-6.058802'^^xsd:double;
  dwc:latitude '53.400432'^^xsd:double;
  dwc:startLatitude '53.400432'^^xsd:double;
  dwc:endLatitude '53.400432'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:relatedCatalogItem '431_407'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '21'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.369751 -6.051181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.369751"^^xsd:decimal ;
  dwc:decimalLongitude "-6.051181"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.369751 -6.051181)"^^geo:wktLiteral ;
  geo-pos:lat "53.369751"^^xsd:decimal ;
  geo-pos:long "-6.051181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_404'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=404'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:startTimeOfDay '11.566666666667'^^xsd:double;
  dwc:endTimeOfDay '11.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.051181'^^xsd:double;
  dwc:startLongitude '-6.051181'^^xsd:double;
  dwc:endLongitude '-6.051181'^^xsd:double;
  dwc:latitude '53.369751'^^xsd:double;
  dwc:startLatitude '53.369751'^^xsd:double;
  dwc:endLatitude '53.369751'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_404'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378609 -6.043261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.378609"^^xsd:decimal ;
  dwc:decimalLongitude "-6.043261"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378609 -6.043261)"^^geo:wktLiteral ;
  geo-pos:lat "53.378609"^^xsd:decimal ;
  geo-pos:long "-6.043261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_405'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=405'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:startTimeOfDay '11.566666666667'^^xsd:double;
  dwc:endTimeOfDay '11.566666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.043261'^^xsd:double;
  dwc:startLongitude '-6.043261'^^xsd:double;
  dwc:endLongitude '-6.043261'^^xsd:double;
  dwc:latitude '53.378609'^^xsd:double;
  dwc:startLatitude '53.378609'^^xsd:double;
  dwc:endLatitude '53.378609'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_405'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.489046 -6.036673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.489046"^^xsd:decimal ;
  dwc:decimalLongitude "-6.036673"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.489046 -6.036673)"^^geo:wktLiteral ;
  geo-pos:lat "53.489046"^^xsd:decimal ;
  geo-pos:long "-6.036673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_232'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=232'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:startTimeOfDay '11.716666666667'^^xsd:double;
  dwc:endTimeOfDay '11.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.036673'^^xsd:double;
  dwc:startLongitude '-6.036673'^^xsd:double;
  dwc:endLongitude '-6.036673'^^xsd:double;
  dwc:latitude '53.489046'^^xsd:double;
  dwc:startLatitude '53.489046'^^xsd:double;
  dwc:endLatitude '53.489046'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:relatedCatalogItem '431_232'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '30'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.489046 -6.036673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.489046"^^xsd:decimal ;
  dwc:decimalLongitude "-6.036673"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.489046 -6.036673)"^^geo:wktLiteral ;
  geo-pos:lat "53.489046"^^xsd:decimal ;
  geo-pos:long "-6.036673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_414'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=414'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:startTimeOfDay '11.716666666667'^^xsd:double;
  dwc:endTimeOfDay '11.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.036673'^^xsd:double;
  dwc:startLongitude '-6.036673'^^xsd:double;
  dwc:endLongitude '-6.036673'^^xsd:double;
  dwc:latitude '53.489046'^^xsd:double;
  dwc:startLatitude '53.489046'^^xsd:double;
  dwc:endLatitude '53.489046'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '431_414'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.499699 -6.028644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.499699"^^xsd:decimal ;
  dwc:decimalLongitude "-6.028644"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.499699 -6.028644)"^^geo:wktLiteral ;
  geo-pos:lat "53.499699"^^xsd:decimal ;
  geo-pos:long "-6.028644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_413'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=413'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:startTimeOfDay '11.716666666667'^^xsd:double;
  dwc:endTimeOfDay '11.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.028644'^^xsd:double;
  dwc:startLongitude '-6.028644'^^xsd:double;
  dwc:endLongitude '-6.028644'^^xsd:double;
  dwc:latitude '53.499699'^^xsd:double;
  dwc:startLatitude '53.499699'^^xsd:double;
  dwc:endLatitude '53.499699'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '431_413'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.498751 -6.025674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.498751"^^xsd:decimal ;
  dwc:decimalLongitude "-6.025674"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.498751 -6.025674)"^^geo:wktLiteral ;
  geo-pos:lat "53.498751"^^xsd:decimal ;
  geo-pos:long "-6.025674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_412'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=412'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:startTimeOfDay '11.716666666667'^^xsd:double;
  dwc:endTimeOfDay '11.716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.025674'^^xsd:double;
  dwc:startLongitude '-6.025674'^^xsd:double;
  dwc:endLongitude '-6.025674'^^xsd:double;
  dwc:latitude '53.498751'^^xsd:double;
  dwc:startLatitude '53.498751'^^xsd:double;
  dwc:endLatitude '53.498751'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:relatedCatalogItem '431_412'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '17'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.482336 -6.011369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.482336"^^xsd:decimal ;
  dwc:decimalLongitude "-6.011369"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.482336 -6.011369)"^^geo:wktLiteral ;
  geo-pos:lat "53.482336"^^xsd:decimal ;
  geo-pos:long "-6.011369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_231'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=231'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:startTimeOfDay '11.65'^^xsd:double;
  dwc:endTimeOfDay '11.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.011369'^^xsd:double;
  dwc:startLongitude '-6.011369'^^xsd:double;
  dwc:endLongitude '-6.011369'^^xsd:double;
  dwc:latitude '53.482336'^^xsd:double;
  dwc:startLatitude '53.482336'^^xsd:double;
  dwc:endLatitude '53.482336'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '431_231'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.482336 -6.011369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.482336"^^xsd:decimal ;
  dwc:decimalLongitude "-6.011369"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.482336 -6.011369)"^^geo:wktLiteral ;
  geo-pos:lat "53.482336"^^xsd:decimal ;
  geo-pos:long "-6.011369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_409'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=409'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:startTimeOfDay '11.65'^^xsd:double;
  dwc:endTimeOfDay '11.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.011369'^^xsd:double;
  dwc:startLongitude '-6.011369'^^xsd:double;
  dwc:endLongitude '-6.011369'^^xsd:double;
  dwc:latitude '53.482336'^^xsd:double;
  dwc:startLatitude '53.482336'^^xsd:double;
  dwc:endLatitude '53.482336'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '431_409'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.597234 -6.002954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.597234"^^xsd:decimal ;
  dwc:decimalLongitude "-6.002954"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.597234 -6.002954)"^^geo:wktLiteral ;
  geo-pos:lat "53.597234"^^xsd:decimal ;
  geo-pos:long "-6.002954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_421'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=421'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:startTimeOfDay '11.916666666667'^^xsd:double;
  dwc:endTimeOfDay '11.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.002954'^^xsd:double;
  dwc:startLongitude '-6.002954'^^xsd:double;
  dwc:endLongitude '-6.002954'^^xsd:double;
  dwc:latitude '53.597234'^^xsd:double;
  dwc:startLatitude '53.597234'^^xsd:double;
  dwc:endLatitude '53.597234'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '431_421'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.496478 -5.997142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.496478"^^xsd:decimal ;
  dwc:decimalLongitude "-5.997142"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.496478 -5.997142)"^^geo:wktLiteral ;
  geo-pos:lat "53.496478"^^xsd:decimal ;
  geo-pos:long "-5.997142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_411'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=411'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:startTimeOfDay '11.65'^^xsd:double;
  dwc:endTimeOfDay '11.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.997142'^^xsd:double;
  dwc:startLongitude '-5.997142'^^xsd:double;
  dwc:endLongitude '-5.997142'^^xsd:double;
  dwc:latitude '53.496478'^^xsd:double;
  dwc:startLatitude '53.496478'^^xsd:double;
  dwc:endLatitude '53.496478'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:relatedCatalogItem '431_411'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '23'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1975__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1975__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1975__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.494632 -5.994215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.494632"^^xsd:decimal ;
  dwc:decimalLongitude "-5.994215"^^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/1975__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.494632 -5.994215)"^^geo:wktLiteral ;
  geo-pos:lat "53.494632"^^xsd:decimal ;
  geo-pos:long "-5.994215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1975__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1975_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-19'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Harbor seals in Republic of Ireland in Aug 2003'^^xsd:string;
  dwc:catalogNumber '431_410'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/431?row_id=410'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'National Parks and Wildlife Service, Dept. of Envi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:startTimeOfDay '11.65'^^xsd:double;
  dwc:endTimeOfDay '11.65'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.994215'^^xsd:double;
  dwc:startLongitude '-5.994215'^^xsd:double;
  dwc:endLongitude '-5.994215'^^xsd:double;
  dwc:latitude '53.494632'^^xsd:double;
  dwc:startLatitude '53.494632'^^xsd:double;
  dwc:endLatitude '53.494632'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:relatedCatalogItem '431_410'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; plane'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:sampleSize '13'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF