@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/event/6192_INIS_13A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_13A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S10>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S10" ;
  .
<https://eurobis.org/id/event/6192_INIS_S11>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S11" ;
  .
<https://eurobis.org/id/event/6192_INIS_S12A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S12A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S14>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S14" ;
  .
<https://eurobis.org/id/event/6192_INIS_S18>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S18" ;
  .
<https://eurobis.org/id/event/6192_INIS_S22>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S22" ;
  .
<https://eurobis.org/id/event/6192_INIS_S29>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S29" ;
  .
<https://eurobis.org/id/event/6192_INIS_S29A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S29A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S31>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S31" ;
  .
<https://eurobis.org/id/event/6192_INIS_S35A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S35A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S37A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S37A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S39A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S39A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S40>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S40" ;
  .
<https://eurobis.org/id/event/6192_INIS_S46>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S46" ;
  .
<https://eurobis.org/id/event/6192_INIS_S5A>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S5A" ;
  .
<https://eurobis.org/id/event/6192_INIS_S7>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "INIS_S7" ;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0190> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0190'^^xsd:string;
  dwc:scientificName 'Leptosynapta bergensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '124462'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0190'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0180> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0180'^^xsd:string;
  dwc:scientificName 'Amphiuridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '123206'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0180'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0165> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0165'^^xsd:string;
  dwc:scientificName 'Dosinia lupinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '141912'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0165'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0157> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0157'^^xsd:string;
  dwc:scientificName 'Devonia perrieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '140365'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0157'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0155> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0155'^^xsd:string;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0155'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0144> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0144'^^xsd:string;
  dwc:scientificName 'Cylichna cylindracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '139476'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0144'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '139476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0137> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0137'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0137'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0130> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0130'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0130'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0128> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0128'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0128'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0127> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0127'^^xsd:string;
  dwc:scientificName 'Upogebia stellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '107742'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0127'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0126> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0126'^^xsd:string;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0126'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0124> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0124'^^xsd:string;
  dwc:scientificName 'Callianassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '107072'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0124'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0112> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0112'^^xsd:string;
  dwc:scientificName 'Cheirocratus sundevallii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '102798'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0112'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '102798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0111> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0111'^^xsd:string;
  dwc:scientificName 'Cheirocratus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '101669'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0111'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0085> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0085'^^xsd:string;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0085'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0083> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0083'^^xsd:string;
  dwc:scientificName 'Neoamphitrite affinis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '131502'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0083'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0077> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0077'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0077'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0071> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0071'^^xsd:string;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0071'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0066> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0066'^^xsd:string;
  dwc:scientificName 'Dasybranchus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '129213'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0066'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0060> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0060'^^xsd:string;
  dwc:scientificName 'Chaetozone zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '336485'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0060'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '336485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0042> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0042'^^xsd:string;
  dwc:scientificName 'Onuphidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '965'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0042'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0027> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0027'^^xsd:string;
  dwc:scientificName 'Eumida bahusiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '130641'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0027'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0007> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0007'^^xsd:string;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0007'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S46_INIS_S46_MTX_0006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0006> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92545"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S46_INIS_S46_MTX_0006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92545 -6.0318)"^^geo:wktLiteral ;
  geo-pos:lat "53.92545"^^xsd:decimal ;
  geo-pos:long "-6.0318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S46_INIS_S46_MTX_0006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S46_MTX_0006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S46_MTX_0006'^^xsd:string;
  dwc:scientificName 'Campanulariidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-6.0318'^^xsd:double;
  dwc:latitude '53.92545'^^xsd:double;
  dwc:aphiaid '1606'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S46_MTX_0006'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0165> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0165'^^xsd:string;
  dwc:scientificName 'Dosinia lupinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '141912'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0165'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '141912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0162> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0162'^^xsd:string;
  dwc:scientificName 'Azorinus chamasolen'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '141541'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0162'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '141541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0161> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0161'^^xsd:string;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0161'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0154> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0154'^^xsd:string;
  dwc:scientificName 'Thyasiridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '219'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0154'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0137> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0137'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0137'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0111> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0111'^^xsd:string;
  dwc:scientificName 'Cheirocratus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '101669'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0111'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0109> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0109'^^xsd:string;
  dwc:scientificName 'Melitidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '101397'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0109'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0107> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0107'^^xsd:string;
  dwc:scientificName 'Ampelisca diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '101896'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0107'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0081> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0081'^^xsd:string;
  dwc:scientificName 'Terebellides stroemii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '131573'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0081'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0059> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0059'^^xsd:string;
  dwc:scientificName 'Chaetozone setosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '129955'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0059'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129955'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0057> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0057'^^xsd:string;
  dwc:scientificName 'Aphelochaeta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '129240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0057'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0050> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0050'^^xsd:string;
  dwc:scientificName 'Dipolydora coeca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '131117'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0050'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0048> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0048'^^xsd:string;
  dwc:scientificName 'Poecilochaetus serpens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130711'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0048'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130711'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0031> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0031'^^xsd:string;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0031'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0029> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0029'^^xsd:string;
  dwc:scientificName 'Glycera alba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130116'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0029'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130116'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0028> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0028'^^xsd:string;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0028'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0016> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0016'^^xsd:string;
  dwc:scientificName 'Harmothoe antilopes'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '130754'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0016'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130754'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29_INIS_S29_MTX_0008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0008> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29_INIS_S29_MTX_0008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9518 -5.98025)"^^geo:wktLiteral ;
  geo-pos:lat "53.9518"^^xsd:decimal ;
  geo-pos:long "-5.98025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29_INIS_S29_MTX_0008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29_MTX_0008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29_MTX_0008'^^xsd:string;
  dwc:scientificName 'Actiniaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.98025'^^xsd:double;
  dwc:latitude '53.9518'^^xsd:double;
  dwc:aphiaid '1360'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29_MTX_0008'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0161> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0161'^^xsd:string;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0161'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0155> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0155'^^xsd:string;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0155'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0153> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0153'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0153'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0147> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0147'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0147'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0121> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0121'^^xsd:string;
  dwc:scientificName 'Iphinoe trispinosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '110462'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0121'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '110462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0108> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0108'^^xsd:string;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0108'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0107> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0107'^^xsd:string;
  dwc:scientificName 'Ampelisca diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '101896'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0107'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0085> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0085'^^xsd:string;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0085'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0077> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0077'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0077'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0074> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0074'^^xsd:string;
  dwc:scientificName 'Amphictene auricoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '152448'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0074'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0066> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0066'^^xsd:string;
  dwc:scientificName 'Dasybranchus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '129213'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0066'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0057> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0057'^^xsd:string;
  dwc:scientificName 'Aphelochaeta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '129240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0057'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0040> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0040'^^xsd:string;
  dwc:scientificName 'Nephtys incisa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '130362'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0040'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130362'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0036> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0036'^^xsd:string;
  dwc:scientificName 'Oxydromus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '710680'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0036'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '710680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0029> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0029'^^xsd:string;
  dwc:scientificName 'Glycera alba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '130116'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0029'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130116'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0013> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0013'^^xsd:string;
  dwc:scientificName 'Thysanocardia procera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '136063'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0013'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '136063'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S5A_INIS_S5A_MTX_0008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0008> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9207"^^xsd:decimal ;
  dwc:decimalLongitude "-5.937283333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S5A_INIS_S5A_MTX_0008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9207 -5.937283333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.9207"^^xsd:decimal ;
  geo-pos:long "-5.937283333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S5A_INIS_S5A_MTX_0008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S5A_MTX_0008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S5A_MTX_0008'^^xsd:string;
  dwc:scientificName 'Actiniaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.937283333333'^^xsd:double;
  dwc:latitude '53.9207'^^xsd:double;
  dwc:aphiaid '1360'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S5A_MTX_0008'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0192> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0192'^^xsd:string;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0192'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0189> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0189'^^xsd:string;
  dwc:scientificName 'Cucumariidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '123187'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0189'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0185> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0185'^^xsd:string;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0185'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0165> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0165'^^xsd:string;
  dwc:scientificName 'Dosinia lupinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '141912'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0165'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0164> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0164'^^xsd:string;
  dwc:scientificName 'Dosinia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '138636'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0164'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '138636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0161> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0161'^^xsd:string;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0161'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0147> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0147'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0147'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0143> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0143'^^xsd:string;
  dwc:scientificName 'Cephalaspidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '154'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0143'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0142> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0142'^^xsd:string;
  dwc:scientificName 'Pyramidellidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '162'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0142'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0139> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0139'^^xsd:string;
  dwc:scientificName 'Euspira nitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '151894'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0139'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0135> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0135'^^xsd:string;
  dwc:scientificName 'Polyplacophora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '55'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0135'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '55'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0134> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0134'^^xsd:string;
  dwc:scientificName 'Chaetoderma nitidulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '139106'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0134'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '139106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0125> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0125'^^xsd:string;
  dwc:scientificName 'Callianassa subterranea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '107729'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0125'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0118> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0118'^^xsd:string;
  dwc:scientificName 'Gnathia oxyuraea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '118995'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0118'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '118995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0117> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0117'^^xsd:string;
  dwc:scientificName 'Gnathia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '118437'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0117'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '118437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0116> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0116'^^xsd:string;
  dwc:scientificName 'Aoridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '101368'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0116'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0114> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0114'^^xsd:string;
  dwc:scientificName 'Photis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '102383'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0114'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '102383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0107> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0107'^^xsd:string;
  dwc:scientificName 'Ampelisca diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '101896'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0107'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0105> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0105'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0105'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0104> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0104'^^xsd:string;
  dwc:scientificName 'Tryphosa nana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '102748'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0104'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '102748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0097> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0097'^^xsd:string;
  dwc:scientificName 'Mysida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '149668'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0097'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0095> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0095'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0095'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0091> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0091'^^xsd:string;
  dwc:scientificName 'Hydroides norvegica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '131009'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0091'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0088> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0088'^^xsd:string;
  dwc:scientificName 'Parasabella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '325958'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0088'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '325958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0085> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0085'^^xsd:string;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0085'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0081> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0081'^^xsd:string;
  dwc:scientificName 'Terebellides stroemii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '131573'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0081'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0079> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0079'^^xsd:string;
  dwc:scientificName 'Amphicteis gunneri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '129784'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0079'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129784'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0078> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0078'^^xsd:string;
  dwc:scientificName 'Ampharete grubei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '152272'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0078'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0076> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0076'^^xsd:string;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0076'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0075> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0075'^^xsd:string;
  dwc:scientificName 'Lagis koreni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '152367'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0075'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0074> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0074'^^xsd:string;
  dwc:scientificName 'Amphictene auricoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '152448'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0074'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0071> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0071'^^xsd:string;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0071'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0069> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0069'^^xsd:string;
  dwc:scientificName 'Maldanidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '923'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0069'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0068> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0068'^^xsd:string;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0068'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0065> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0065'^^xsd:string;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0065'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0062> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0062'^^xsd:string;
  dwc:scientificName 'Tharyx killariensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '152269'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0062'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0054> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0054'^^xsd:string;
  dwc:scientificName 'Magelona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '129341'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0054'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0050> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0050'^^xsd:string;
  dwc:scientificName 'Dipolydora coeca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '131117'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0050'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0049> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0049'^^xsd:string;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0049'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0041> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0041'^^xsd:string;
  dwc:scientificName 'Nephtys kersivalensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130363'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0041'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0036> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0036'^^xsd:string;
  dwc:scientificName 'Oxydromus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '710680'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0036'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '710680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0034> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0034'^^xsd:string;
  dwc:scientificName 'Goniada maculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130140'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0034'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0021> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0021'^^xsd:string;
  dwc:scientificName 'Pholoe inornata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '130601'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0021'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0013> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0013'^^xsd:string;
  dwc:scientificName 'Thysanocardia procera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '136063'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0013'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '136063'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0008> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0008'^^xsd:string;
  dwc:scientificName 'Actiniaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '1360'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0008'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S40_INIS_S40_MTX_0007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0007> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.946883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S40_INIS_S40_MTX_0007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.946883333333 -5.8915)"^^geo:wktLiteral ;
  geo-pos:lat "53.946883333333"^^xsd:decimal ;
  geo-pos:long "-5.8915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S40_INIS_S40_MTX_0007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S40_MTX_0007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S40_MTX_0007'^^xsd:string;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.8915'^^xsd:double;
  dwc:latitude '53.946883333333'^^xsd:double;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S40_MTX_0007'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0188> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0188'^^xsd:string;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0188'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0155> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0155'^^xsd:string;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0155'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0103> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0103'^^xsd:string;
  dwc:scientificName 'Hippomedon denticulatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '102570'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0103'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '102570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0100> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0100'^^xsd:string;
  dwc:scientificName 'Harpinia antennaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '102960'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0100'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '102960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0099> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0099'^^xsd:string;
  dwc:scientificName 'Urothoe elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '103228'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0099'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '103228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0095> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0095'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0095'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0059> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0059'^^xsd:string;
  dwc:scientificName 'Chaetozone setosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '129955'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0059'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129955'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0056> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0056'^^xsd:string;
  dwc:scientificName 'Magelona johnstoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '130269'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0056'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1872991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0051> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0051'^^xsd:string;
  dwc:scientificName 'Prionospio fallax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '131157'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0051'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0045> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0045'^^xsd:string;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0045'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0032> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0032'^^xsd:string;
  dwc:scientificName 'Goniadidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '953'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0032'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0026> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0026'^^xsd:string;
  dwc:scientificName 'Eumida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '129446'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0026'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0010> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0010'^^xsd:string;
  dwc:scientificName 'Platyhelminthes'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '793'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0010'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S14_INIS_S14_MTX_0008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0008> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0952"^^xsd:decimal ;
  dwc:decimalLongitude "-5.888866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S14_INIS_S14_MTX_0008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0952 -5.888866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.0952"^^xsd:decimal ;
  geo-pos:long "-5.888866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S14_INIS_S14_MTX_0008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S14_MTX_0008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S14_MTX_0008'^^xsd:string;
  dwc:scientificName 'Actiniaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.888866666667'^^xsd:double;
  dwc:latitude '54.0952'^^xsd:double;
  dwc:aphiaid '1360'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S14_MTX_0008'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0190> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0190'^^xsd:string;
  dwc:scientificName 'Leptosynapta bergensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '124462'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0190'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '124462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0180> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0180'^^xsd:string;
  dwc:scientificName 'Amphiuridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '123206'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0180'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0174> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0174'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0174'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0132> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0132'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0132'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0130> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0130'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0130'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0129> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0129'^^xsd:string;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0129'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0122> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0122'^^xsd:string;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0122'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0111> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0111'^^xsd:string;
  dwc:scientificName 'Cheirocratus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '101669'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0111'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0108> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0108'^^xsd:string;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0108'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0100> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0100'^^xsd:string;
  dwc:scientificName 'Harpinia antennaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '102960'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0100'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '102960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0085> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0085'^^xsd:string;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0085'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0077> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0077'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0077'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0072> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0072'^^xsd:string;
  dwc:scientificName 'Galathowenia oculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '146950'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0072'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0071> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0071'^^xsd:string;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0071'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0066> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0066'^^xsd:string;
  dwc:scientificName 'Dasybranchus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '129213'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0066'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0060> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0060'^^xsd:string;
  dwc:scientificName 'Chaetozone zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '336485'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0060'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '336485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0059> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0059'^^xsd:string;
  dwc:scientificName 'Chaetozone setosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '129955'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0059'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129955'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0057> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0057'^^xsd:string;
  dwc:scientificName 'Aphelochaeta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '129240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0057'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0051> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0051'^^xsd:string;
  dwc:scientificName 'Prionospio fallax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '131157'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0051'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0033> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0033'^^xsd:string;
  dwc:scientificName 'Glycinde nordmanni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130136'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0033'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0032> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0032'^^xsd:string;
  dwc:scientificName 'Goniadidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '953'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0032'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0031> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0031'^^xsd:string;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0031'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0028> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0028'^^xsd:string;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0028'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0024> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0024'^^xsd:string;
  dwc:scientificName 'Phyllodoce longipes'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130673'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0024'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0023> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0023'^^xsd:string;
  dwc:scientificName 'Pseudomystides limbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130683'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0023'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0017> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0017'^^xsd:string;
  dwc:scientificName 'Malmgrenia andreapolis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '147008'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0017'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147008'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0012> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0012'^^xsd:string;
  dwc:scientificName 'Golfingiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '2032'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0012'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '2032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S22_INIS_S22_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975633333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.879133333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S22_INIS_S22_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975633333333 -5.879133333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.975633333333"^^xsd:decimal ;
  geo-pos:long "-5.879133333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S22_INIS_S22_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S22_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S22_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.879133333333'^^xsd:double;
  dwc:latitude '53.975633333333'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S22_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0193> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0193'^^xsd:string;
  dwc:scientificName 'Ascidiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '103443'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0193'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '103443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0189> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0189'^^xsd:string;
  dwc:scientificName 'Cucumariidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '123187'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0189'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0185> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0185'^^xsd:string;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0185'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0171> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0171'^^xsd:string;
  dwc:scientificName 'Tubulipora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '111054'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0171'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '111054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0152> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0152'^^xsd:string;
  dwc:scientificName 'Anomiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '214'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0152'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0143> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0143'^^xsd:string;
  dwc:scientificName 'Cephalaspidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '154'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0143'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0138> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0138'^^xsd:string;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0138'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0136> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0136'^^xsd:string;
  dwc:scientificName 'Leptochiton cancellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '140201'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0136'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0131> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0131'^^xsd:string;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0131'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0116> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0116'^^xsd:string;
  dwc:scientificName 'Aoridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '101368'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0116'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0115> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0115'^^xsd:string;
  dwc:scientificName 'Ericthonius'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '101567'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0115'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0102> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0102'^^xsd:string;
  dwc:scientificName 'Metaphoxus fultoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '102981'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0102'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '102981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0082> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0082'^^xsd:string;
  dwc:scientificName 'Trichobranchus glacialis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '131574'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0082'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0058> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0058'^^xsd:string;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0058'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0049> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0049'^^xsd:string;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0049'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0030> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0030'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '130123'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0030'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0018> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0018'^^xsd:string;
  dwc:scientificName 'Malmgrenia mcintoshi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '147007'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0018'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0007> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0007'^^xsd:string;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0007'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0004> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0004'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0004'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0003> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0003'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0003'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S18_INIS_S18_MTX_0001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0001> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.036866666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S18_INIS_S18_MTX_0001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.036866666667 -5.87865)"^^geo:wktLiteral ;
  geo-pos:lat "54.036866666667"^^xsd:decimal ;
  geo-pos:long "-5.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S18_INIS_S18_MTX_0001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S18_MTX_0001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S18_MTX_0001'^^xsd:string;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.87865'^^xsd:double;
  dwc:latitude '54.036866666667'^^xsd:double;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S18_MTX_0001'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0181> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0181'^^xsd:string;
  dwc:scientificName 'Amphiura chiajei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '125073'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0181'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0161> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0161'^^xsd:string;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0161'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0155> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0155'^^xsd:string;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0155'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0147> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0147'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0147'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0127> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0127'^^xsd:string;
  dwc:scientificName 'Upogebia stellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '107742'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0127'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '107742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0122> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0122'^^xsd:string;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0122'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0120> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0120'^^xsd:string;
  dwc:scientificName 'Iphinoe serrata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '110460'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0120'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '110460'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0111> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0111'^^xsd:string;
  dwc:scientificName 'Cheirocratus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '101669'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0111'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0110> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0110'^^xsd:string;
  dwc:scientificName 'Abludomelita obtusata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '102788'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0110'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '102788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0108> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0108'^^xsd:string;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0108'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0107> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0107'^^xsd:string;
  dwc:scientificName 'Ampelisca diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '101896'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0107'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0101> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0101'^^xsd:string;
  dwc:scientificName 'Harpinia pectinata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '102972'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0101'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '102972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0095> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0095'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0095'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0068> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0068'^^xsd:string;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0068'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0062> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0062'^^xsd:string;
  dwc:scientificName 'Tharyx killariensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '152269'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0062'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '152269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0057> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0057'^^xsd:string;
  dwc:scientificName 'Aphelochaeta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '129240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0057'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0051> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0051'^^xsd:string;
  dwc:scientificName 'Prionospio fallax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '131157'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0051'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0048> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0048'^^xsd:string;
  dwc:scientificName 'Poecilochaetus serpens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130711'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0048'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130711'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0047> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0047'^^xsd:string;
  dwc:scientificName 'Paradoneis lyra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130585'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0047'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0046> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0046'^^xsd:string;
  dwc:scientificName 'Levinsenia gracilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130578'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0046'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130578'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0040> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0040'^^xsd:string;
  dwc:scientificName 'Nephtys incisa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130362'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0040'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130362'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0034> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0034'^^xsd:string;
  dwc:scientificName 'Goniada maculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130140'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0034'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0031> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0031'^^xsd:string;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0031'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0029> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0029'^^xsd:string;
  dwc:scientificName 'Glycera alba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130116'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0029'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130116'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0025> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0025'^^xsd:string;
  dwc:scientificName 'Phyllodoce rosea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '334514'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0025'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '334514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0012> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0012'^^xsd:string;
  dwc:scientificName 'Golfingiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '2032'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0012'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '2032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0010> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0010'^^xsd:string;
  dwc:scientificName 'Platyhelminthes'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '793'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0010'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S39A_INIS_S39A_MTX_0008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0008> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975983333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.836966666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S39A_INIS_S39A_MTX_0008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975983333333 -5.836966666667)"^^geo:wktLiteral ;
  geo-pos:lat "53.975983333333"^^xsd:decimal ;
  geo-pos:long "-5.836966666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S39A_INIS_S39A_MTX_0008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S39A_MTX_0008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S39A_MTX_0008'^^xsd:string;
  dwc:scientificName 'Actiniaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.836966666667'^^xsd:double;
  dwc:latitude '53.975983333333'^^xsd:double;
  dwc:aphiaid '1360'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S39A_MTX_0008'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0189> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0189'^^xsd:string;
  dwc:scientificName 'Cucumariidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '123187'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0189'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0186> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0186'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0186'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0185> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0185'^^xsd:string;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0185'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0179> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0179'^^xsd:string;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0179'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0178> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0178'^^xsd:string;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0178'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0177> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0177'^^xsd:string;
  dwc:scientificName 'Ophiothrix'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '123626'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0177'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0169> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0169'^^xsd:string;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0169'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0152> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0152'^^xsd:string;
  dwc:scientificName 'Anomiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '214'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0152'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0150> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0150'^^xsd:string;
  dwc:scientificName 'Nucula nucleus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '140590'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0150'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0148> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0148'^^xsd:string;
  dwc:scientificName 'Nucula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '138262'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0148'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '138262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0141> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0141'^^xsd:string;
  dwc:scientificName 'Buccinidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '149'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0141'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0136> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0136'^^xsd:string;
  dwc:scientificName 'Leptochiton cancellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '140201'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0136'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0130> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0130'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0130'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0119> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0119'^^xsd:string;
  dwc:scientificName 'Bodotria arenosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '110440'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0119'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '110440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0113> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0113'^^xsd:string;
  dwc:scientificName 'Othomaera othonis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '534781'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0113'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '534781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0111> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0111'^^xsd:string;
  dwc:scientificName 'Cheirocratus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '101669'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0111'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0107> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0107'^^xsd:string;
  dwc:scientificName 'Ampelisca diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '101896'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0107'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0105> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0105'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0105'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0098> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0098'^^xsd:string;
  dwc:scientificName 'Deflexilodes subnudus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '236541'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0098'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '236541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0094> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0094'^^xsd:string;
  dwc:scientificName 'Callipallene'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '134581'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0094'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '134581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0093> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0093'^^xsd:string;
  dwc:scientificName 'Spirobranchus triqueter'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '555935'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0093'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0091> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0091'^^xsd:string;
  dwc:scientificName 'Hydroides norvegica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '131009'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0091'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0090> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0090'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0090'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0089> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0089'^^xsd:string;
  dwc:scientificName 'Euchone rubrocincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130909'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0089'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0080> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0080'^^xsd:string;
  dwc:scientificName 'Anobothrus gracilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '129789'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0080'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0071> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0071'^^xsd:string;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0071'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0064> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0064'^^xsd:string;
  dwc:scientificName 'Pherusa plumosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130113'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0064'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0058> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0058'^^xsd:string;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0058'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0049> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0049'^^xsd:string;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0049'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0037> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0037'^^xsd:string;
  dwc:scientificName 'Autolytinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '152231'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0037'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '152231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0035> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0035'^^xsd:string;
  dwc:scientificName 'Nereimyra punctata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130185'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0035'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0028> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0028'^^xsd:string;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0028'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0021> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0021'^^xsd:string;
  dwc:scientificName 'Pholoe inornata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130601'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0021'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0019> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0019'^^xsd:string;
  dwc:scientificName 'Lepidonotus squamatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130801'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0019'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0018> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0018'^^xsd:string;
  dwc:scientificName 'Malmgrenia mcintoshi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '147007'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0018'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '147007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0015> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0015'^^xsd:string;
  dwc:scientificName 'Gattyana cirrhosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '130749'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0015'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0006> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0006'^^xsd:string;
  dwc:scientificName 'Campanulariidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '1606'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0006'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0002> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0002'^^xsd:string;
  dwc:scientificName 'Halecium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '117103'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0002'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '117103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S31_INIS_S31_MTX_0001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0001> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.123133333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.832083333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S31_INIS_S31_MTX_0001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.123133333333 -5.832083333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.123133333333"^^xsd:decimal ;
  geo-pos:long "-5.832083333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S31_INIS_S31_MTX_0001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S31_MTX_0001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S31_MTX_0001'^^xsd:string;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.832083333333'^^xsd:double;
  dwc:latitude '54.123133333333'^^xsd:double;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S31_MTX_0001'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0190> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0190'^^xsd:string;
  dwc:scientificName 'Leptosynapta bergensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '124462'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0190'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0188> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0188'^^xsd:string;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0188'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0175> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0175'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0175'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0170> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0170'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0170'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0164> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0164'^^xsd:string;
  dwc:scientificName 'Dosinia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '138636'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0164'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '138636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0156> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0156'^^xsd:string;
  dwc:scientificName 'Parathyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '954693'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0156'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0155> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0155'^^xsd:string;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0155'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0144> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0144'^^xsd:string;
  dwc:scientificName 'Cylichna cylindracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '139476'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0144'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '139476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0140> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0140'^^xsd:string;
  dwc:scientificName 'Eulima glabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '139805'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0140'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '139805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0139> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0139'^^xsd:string;
  dwc:scientificName 'Euspira nitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '151894'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0139'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0059> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0059'^^xsd:string;
  dwc:scientificName 'Chaetozone setosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '129955'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0059'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129955'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0033> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0033'^^xsd:string;
  dwc:scientificName 'Glycinde nordmanni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '130136'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0033'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S10_INIS_S10_MTX_0017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0017> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.174766666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.787033333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S10_INIS_S10_MTX_0017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.174766666667 -5.787033333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.174766666667"^^xsd:decimal ;
  geo-pos:long "-5.787033333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S10_INIS_S10_MTX_0017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S10_MTX_0017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S10_MTX_0017'^^xsd:string;
  dwc:scientificName 'Malmgrenia andreapolis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.787033333333'^^xsd:double;
  dwc:latitude '54.174766666667'^^xsd:double;
  dwc:aphiaid '147008'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S10_MTX_0017'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '147008'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0175> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0175'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0175'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0146> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0146'^^xsd:string;
  dwc:scientificName 'Antalis entalis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '150534'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0146'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '150534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0139> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0139'^^xsd:string;
  dwc:scientificName 'Euspira nitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '151894'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0139'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0095> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0095'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0095'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_13A_INIS_13A_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2019"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_13A_INIS_13A_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2019 -5.7869)"^^geo:wktLiteral ;
  geo-pos:lat "54.2019"^^xsd:decimal ;
  geo-pos:long "-5.7869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_13A_INIS_13A_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_13A_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_13A_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7869'^^xsd:double;
  dwc:latitude '54.2019'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_13A_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0188> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0188'^^xsd:string;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0188'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0173> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0173'^^xsd:string;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0173'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0163> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0163'^^xsd:string;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0163'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0159> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0159'^^xsd:string;
  dwc:scientificName 'Tellimya ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '146952'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0159'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0144> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0144'^^xsd:string;
  dwc:scientificName 'Cylichna cylindracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '139476'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0144'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '139476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0122> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0122'^^xsd:string;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0122'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0108> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0108'^^xsd:string;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0108'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0106> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0106'^^xsd:string;
  dwc:scientificName 'Ampelisca brevicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '101891'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0106'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0095> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0095'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0095'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0063> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0063'^^xsd:string;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0063'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0045> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0045'^^xsd:string;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0045'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S12A_INIS_S12A_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146883333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.746266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S12A_INIS_S12A_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146883333333 -5.746266666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146883333333"^^xsd:decimal ;
  geo-pos:long "-5.746266666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S12A_INIS_S12A_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S12A_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S12A_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.746266666667'^^xsd:double;
  dwc:latitude '54.146883333333'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S12A_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0188> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0188'^^xsd:string;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0188'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0166> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0166'^^xsd:string;
  dwc:scientificName 'Chamelea striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '141908'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0166'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0159> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0159'^^xsd:string;
  dwc:scientificName 'Tellimya ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '146952'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0159'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0140> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0140'^^xsd:string;
  dwc:scientificName 'Eulima glabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '139805'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0140'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '139805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0100> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0100'^^xsd:string;
  dwc:scientificName 'Harpinia antennaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '102960'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0100'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '102960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0077> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0077'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0077'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0055> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0055'^^xsd:string;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0055'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0052> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0052'^^xsd:string;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0052'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0039> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0039'^^xsd:string;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0039'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S11_INIS_S11_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.173183333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S11_INIS_S11_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.173183333333 -5.7435)"^^geo:wktLiteral ;
  geo-pos:lat "54.173183333333"^^xsd:decimal ;
  geo-pos:long "-5.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S11_INIS_S11_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S11_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S11_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.7435'^^xsd:double;
  dwc:latitude '54.173183333333'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S11_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29A_INIS_S29A_MTX_0163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0163> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.121583333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.706533333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.121583333333"^^xsd:decimal ;
  geo-pos:long "-5.706533333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29A_INIS_S29A_MTX_0163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29A_MTX_0163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29A_MTX_0163'^^xsd:string;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.706533333333'^^xsd:double;
  dwc:latitude '54.121583333333'^^xsd:double;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29A_MTX_0163'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29A_INIS_S29A_MTX_0123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0123> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.121583333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.706533333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.121583333333"^^xsd:decimal ;
  geo-pos:long "-5.706533333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29A_INIS_S29A_MTX_0123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29A_MTX_0123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29A_MTX_0123'^^xsd:string;
  dwc:scientificName 'Jaxea nocturna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.706533333333'^^xsd:double;
  dwc:latitude '54.121583333333'^^xsd:double;
  dwc:aphiaid '107737'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29A_MTX_0123'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '107737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29A_INIS_S29A_MTX_0108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0108> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.121583333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.706533333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.121583333333"^^xsd:decimal ;
  geo-pos:long "-5.706533333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29A_INIS_S29A_MTX_0108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29A_MTX_0108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29A_MTX_0108'^^xsd:string;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.706533333333'^^xsd:double;
  dwc:latitude '54.121583333333'^^xsd:double;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29A_MTX_0108'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29A_INIS_S29A_MTX_0068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0068> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.121583333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.706533333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.121583333333"^^xsd:decimal ;
  geo-pos:long "-5.706533333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29A_INIS_S29A_MTX_0068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29A_MTX_0068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29A_MTX_0068'^^xsd:string;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.706533333333'^^xsd:double;
  dwc:latitude '54.121583333333'^^xsd:double;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29A_MTX_0068'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29A_INIS_S29A_MTX_0040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0040> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.121583333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.706533333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.121583333333"^^xsd:decimal ;
  geo-pos:long "-5.706533333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29A_INIS_S29A_MTX_0040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29A_MTX_0040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29A_MTX_0040'^^xsd:string;
  dwc:scientificName 'Nephtys incisa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.706533333333'^^xsd:double;
  dwc:latitude '54.121583333333'^^xsd:double;
  dwc:aphiaid '130362'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29A_MTX_0040'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130362'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S29A_INIS_S29A_MTX_0022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0022> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.121583333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.706533333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S29A_INIS_S29A_MTX_0022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.121583333333 -5.706533333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.121583333333"^^xsd:decimal ;
  geo-pos:long "-5.706533333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S29A_INIS_S29A_MTX_0022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S29A_MTX_0022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S29A_MTX_0022'^^xsd:string;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.706533333333'^^xsd:double;
  dwc:latitude '54.121583333333'^^xsd:double;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S29A_MTX_0022'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S35A_INIS_S35A_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.171816666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.660933333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.171816666667"^^xsd:decimal ;
  geo-pos:long "-5.660933333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S35A_INIS_S35A_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S35A_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S35A_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.660933333333'^^xsd:double;
  dwc:latitude '54.171816666667'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S35A_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S35A_INIS_S35A_MTX_0155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0155> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.171816666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.660933333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.171816666667"^^xsd:decimal ;
  geo-pos:long "-5.660933333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S35A_INIS_S35A_MTX_0155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S35A_MTX_0155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S35A_MTX_0155'^^xsd:string;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.660933333333'^^xsd:double;
  dwc:latitude '54.171816666667'^^xsd:double;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S35A_MTX_0155'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S35A_INIS_S35A_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.171816666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.660933333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.171816666667"^^xsd:decimal ;
  geo-pos:long "-5.660933333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S35A_INIS_S35A_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S35A_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S35A_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.660933333333'^^xsd:double;
  dwc:latitude '54.171816666667'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S35A_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S35A_INIS_S35A_MTX_0140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0140> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.171816666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.660933333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S35A_INIS_S35A_MTX_0140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.171816666667 -5.660933333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.171816666667"^^xsd:decimal ;
  geo-pos:long "-5.660933333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S35A_INIS_S35A_MTX_0140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S35A_MTX_0140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S35A_MTX_0140'^^xsd:string;
  dwc:scientificName 'Eulima glabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.660933333333'^^xsd:double;
  dwc:latitude '54.171816666667'^^xsd:double;
  dwc:aphiaid '139805'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S35A_MTX_0140'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '139805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0193> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0193'^^xsd:string;
  dwc:scientificName 'Ascidiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '103443'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0193'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '103443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0192> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0192'^^xsd:string;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0192'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0189> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0189'^^xsd:string;
  dwc:scientificName 'Cucumariidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '123187'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0189'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0187> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0187'^^xsd:string;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0187'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0185> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0185'^^xsd:string;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0185'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0184> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0184'^^xsd:string;
  dwc:scientificName 'Ophiuridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '123200'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0184'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0183> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0183'^^xsd:string;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0183'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0182> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0182'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0182'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0178> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0178'^^xsd:string;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0178'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0177> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0177'^^xsd:string;
  dwc:scientificName 'Ophiothrix'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '123626'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0177'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0176> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0176'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0176'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0172> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0172'^^xsd:string;
  dwc:scientificName 'Triticella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '111020'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0172'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '111020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0168> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0168'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0168'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0167> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0167'^^xsd:string;
  dwc:scientificName 'Timoclea ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '141929'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0167'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '141929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0158> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0158'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0158'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0152> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0152'^^xsd:string;
  dwc:scientificName 'Anomiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '214'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0152'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0151> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0151'^^xsd:string;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0151'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0150> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0150'^^xsd:string;
  dwc:scientificName 'Nucula nucleus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '140590'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0150'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0149> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0149'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0149'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0145> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0145'^^xsd:string;
  dwc:scientificName 'Onchidorididae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '175'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0145'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0138> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0138'^^xsd:string;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0138'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0137> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0137'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0137'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0136> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0136'^^xsd:string;
  dwc:scientificName 'Leptochiton cancellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '140201'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0136'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '140201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0135> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0135'^^xsd:string;
  dwc:scientificName 'Polyplacophora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '55'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0135'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '55'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0133> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0133'^^xsd:string;
  dwc:scientificName 'Pinnotheres pisum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '107473'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0133'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0130> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0130'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0130'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0127> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0127'^^xsd:string;
  dwc:scientificName 'Upogebia stellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '107742'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0127'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '107742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0118> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0118'^^xsd:string;
  dwc:scientificName 'Gnathia oxyuraea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '118995'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0118'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '118995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0113> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0113'^^xsd:string;
  dwc:scientificName 'Othomaera othonis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '534781'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0113'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '534781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0107> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0107'^^xsd:string;
  dwc:scientificName 'Ampelisca diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '101896'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0107'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '101896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0096> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0096'^^xsd:string;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0096'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0093> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0093'^^xsd:string;
  dwc:scientificName 'Spirobranchus triqueter'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '555935'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0093'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0092> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0092'^^xsd:string;
  dwc:scientificName 'Spirobranchus lamarcki'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '560033'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0092'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '560033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0091> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0091'^^xsd:string;
  dwc:scientificName 'Hydroides norvegica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '131009'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0091'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0090> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0090'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0090'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0087> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0087'^^xsd:string;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0087'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0086> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0086'^^xsd:string;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0086'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0085> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0085'^^xsd:string;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0085'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0084> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0084'^^xsd:string;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0084'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0081> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0081'^^xsd:string;
  dwc:scientificName 'Terebellides stroemii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '131573'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0081'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0077> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0077'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0077'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0076> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0076'^^xsd:string;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0076'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0075> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0075'^^xsd:string;
  dwc:scientificName 'Lagis koreni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '152367'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0075'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0074> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0074'^^xsd:string;
  dwc:scientificName 'Amphictene auricoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '152448'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0074'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0071> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0071'^^xsd:string;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0071'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0070> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0070'^^xsd:string;
  dwc:scientificName 'Scalibregma celticum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130979'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0070'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130979'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0064> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0064'^^xsd:string;
  dwc:scientificName 'Pherusa plumosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130113'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0064'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0062> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0062'^^xsd:string;
  dwc:scientificName 'Tharyx killariensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '152269'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0062'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0058> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0058'^^xsd:string;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0058'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0056> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0056'^^xsd:string;
  dwc:scientificName 'Magelona johnstoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130269'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0056'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1872991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0053> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0053'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0053'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0045> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0045'^^xsd:string;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0045'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0043> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0043'^^xsd:string;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0043'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0041> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0041'^^xsd:string;
  dwc:scientificName 'Nephtys kersivalensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130363'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0041'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0038> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0038'^^xsd:string;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0038'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0035> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0035'^^xsd:string;
  dwc:scientificName 'Nereimyra punctata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130185'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0035'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0031> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0031'^^xsd:string;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0031'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0029> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0029'^^xsd:string;
  dwc:scientificName 'Glycera alba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130116'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0029'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130116'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0028> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0028'^^xsd:string;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0028'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0024> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0024'^^xsd:string;
  dwc:scientificName 'Phyllodoce longipes'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130673'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0024'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0020> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0020'^^xsd:string;
  dwc:scientificName 'Pholoe baltica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130599'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0020'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0019> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0019'^^xsd:string;
  dwc:scientificName 'Lepidonotus squamatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '130801'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0019'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '130801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0014> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0014'^^xsd:string;
  dwc:scientificName 'Polynoidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '939'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0014'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0011> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0011'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0011'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0010> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0010'^^xsd:string;
  dwc:scientificName 'Platyhelminthes'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '793'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0010'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0009> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0009'^^xsd:string;
  dwc:scientificName 'Edwardsiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '100665'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0009'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '100665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S7_INIS_S7_MTX_0005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0005> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S7_INIS_S7_MTX_0005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19995 -5.6605)"^^geo:wktLiteral ;
  geo-pos:lat "54.19995"^^xsd:decimal ;
  geo-pos:long "-5.6605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S7_INIS_S7_MTX_0005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S7_MTX_0005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S7_MTX_0005'^^xsd:string;
  dwc:scientificName 'Sertularella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-5.6605'^^xsd:double;
  dwc:latitude '54.19995'^^xsd:double;
  dwc:aphiaid '117233'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S7_MTX_0005'^^xsd:string;
  dwc:observationDate '2011-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '117233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0191> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0191'^^xsd:string;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0191'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0179> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0179'^^xsd:string;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0179'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0161> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0161'^^xsd:string;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0161'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0160> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0160'^^xsd:string;
  dwc:scientificName 'Cardiidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '229'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0160'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0081> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0081'^^xsd:string;
  dwc:scientificName 'Terebellides stroemii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '131573'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0081'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0077> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0077'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0077'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0073> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0073'^^xsd:string;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0073'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0071> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0071'^^xsd:string;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0071'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0067> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0067'^^xsd:string;
  dwc:scientificName 'Mediomastus fragilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '129892'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0067'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0061> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0061'^^xsd:string;
  dwc:scientificName 'Tharyx'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '129249'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0061'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '129249'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0049> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0049'^^xsd:string;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0049'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/6192_INIS_S37A_INIS_S37A_MTX_0044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0044> ;
  mr:hasGeometry <https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.146116666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.658866666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/6192_INIS_S37A_INIS_S37A_MTX_0044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.146116666667 -5.658866666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.146116666667"^^xsd:decimal ;
  geo-pos:long "-5.658866666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/6192_INIS_S37A_INIS_S37A_MTX_0044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "INIS_S37A_MTX_0044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/6192_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2019-08-28'^^xsd:date;
  dwc:collectionCode 'Abundances of benthic infauna from grab sediment samples as part of the INIS Hyrdo project, Co. Down (Northern Ireland), 2011.'^^xsd:string;
  dwc:catalogNumber 'INIS_S37A_MTX_0044'^^xsd:string;
  dwc:scientificName 'Lumbrineris cingulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:identifiedBy 'Experienced Marine Scientists, AFBI'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-5.658866666667'^^xsd:double;
  dwc:latitude '54.146116666667'^^xsd:double;
  dwc:aphiaid '130240'^^xsd:integer;
  dwc:samplingProtocol 'DASSHDT00000405:DayGrab'^^xsd:string;
  dwc:occurrenceId 'INIS_S37A_MTX_0044'^^xsd:string;
  dwc:observationDate '2011-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF