@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix marine-observation: <https://eurobis.org/ns/marine-observation/> .
@prefix mr: <http://marineregions.org/ns/ontology#> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix geo-pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'No_ref_match'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'No_ref_match'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Micromonosporaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394043'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '394043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Micrococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559740'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Micrococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559736'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ochrobactrum'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571206'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ochrobactrum'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571206'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ochrobactrum'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571206'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillum'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570587'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillum'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570587'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillum'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570587'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393617'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nocardiopsaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559776'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nannocystaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392756'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nannocystaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392756'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178089'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178089'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178087'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393045'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nesterenkonia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559741'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393617'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393617'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393617'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Od1'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Od1'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Od1'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Od1'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Od1'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nannocystaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392756'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nannocystaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392756'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393617'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nannocystaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392756'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nannocystaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392756'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Op3'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Op3'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Op3'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Op3'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Op3'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571374'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571374'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbulbifer'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570288'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbulbifer'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570288'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbulbifer'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570288'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mycoplana'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571205'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiii'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanimonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570245'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393617'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oceanospirillales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393021'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Neisseriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570938'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570938'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Myxococcales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392755'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgiv'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgi'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Papillibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571448'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shinella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shimia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394103'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shimia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394103'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosomonadaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '569926'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '569926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrosospira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571372'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571449'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571449'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Paludibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559866'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingobium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571470'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Mgii'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rubrobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559807'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rubrobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559807'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Op10'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '567876'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '567876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Persicobacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559919'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '567876'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '567876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oleispira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393090'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Oleispira'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393090'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Microbacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415634'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Odyssella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pasteurellaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '394200'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '394200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Opitutus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571380'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Nitrospina'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392752'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Spirochaetes'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '566338'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '566338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacteriaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393985'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saccharopolyspora'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559771'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saccharophagus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393987'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sodalis'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571270'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sodalis'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571270'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shewanella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393040'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingopyxis'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393999'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingopyxis'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393999'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingopyxis'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393999'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingopyxis'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393999'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonadaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393074'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonadaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393074'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonadaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393074'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Photobacterium'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393998'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '393998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Photobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393998'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Photobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393998'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shewanella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393040'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sphingomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '568285'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '568285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saccharophagus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393987'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shewanella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393040'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shewanella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393040'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shewanella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393040'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Shewanella'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393040'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pirellula'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571406'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pirellula'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571406'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Phyllobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571402'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Orientia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Orientia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sulfitobacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '562097'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '562097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parvibaculum'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393926'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Orientia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saccharophagus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393987'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saccharomonospora'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559770'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pedobacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571466'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393148'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Streptomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178078'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Streptomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178078'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Streptomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178078'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Streptococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393932'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomycetaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565463'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pectobacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571263'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559536'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Salinibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564118'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Staphylococcus'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '416009'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '416009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Propionibacterium'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559761'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '559761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rickettsiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570969'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rickettsiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570969'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rickettsiales'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570969'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rickettsiales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570969'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodocyclaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '569933'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '569933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571390'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571390'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Simkaniaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571455'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Simkaniaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571455'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571390'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571390'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571390'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Planctomyces'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '565568'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '565568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ruminococcaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570893'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Roseomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571172'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571172'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Roseomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571172'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571172'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Roseomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571172'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571172'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoalteromonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415881'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '415881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Sar11'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Saprospiraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564120'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodospirillales'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392751'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pelagibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '573764'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '573762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pedobacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571466'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydiaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571388'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydiaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571388'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydiaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571388'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Parachlamydiaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571388'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodocyclaceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '569933'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '569933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhizobiaceae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '414879'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '414879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rheinheimera'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393077'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rheinheimera'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393077'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Archaea'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '8'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '8'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Stenotrophomonas'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571521'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rothia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559743'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Anaerolineae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570951'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '570951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Anaerolineae'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570951'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '570951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Anaerolineae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570951'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Anaerolineae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570951'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Anaerolineae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570951'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacillus'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '415091'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '415091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Rhodobacteraceae'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '393084'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '393084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ralstonia'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571211'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Ralstonia'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571211'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudoramibacter'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '571283'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudonocardia'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559769'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '559769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudonocardia'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '559769'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '559769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Proteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '178054'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--112R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Pseudomonas'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '570642'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '570642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--53R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--138'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Acidobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564402'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Acidobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564402'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Acidobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564402'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -25)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--115R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Acidobacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '50.4'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '564402'^^xsd:integer;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '564402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -29.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-29.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--55R'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Bacteria'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '58.3'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '147415'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '6'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1980__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.9"^^xsd:decimal ;
  geo-pos:long "-38.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1980__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1980_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-20'^^xsd:date;
  dwc:institutionCode 'ICoMM'^^xsd:string;
  dwc:collectionCode 'North Atlantic Deep Water--137'^^xsd:string;
  dwc:recordUrl 'http://icomm.mbl.edu/microbis/OBIS/digir/get_digir'^^xsd:anyURI;
  dwc:scientificName 'Alphaproteobacteria'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:latitude '60.9'^^xsd:double;
  dwc:occurrenceRemarks 'Taxonomic name derived from genomic sequence comparisons'^^xsd:string;
  dwc:aphiaid '392750'^^xsd:integer;
  dwc:observationDate '2003-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '392750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1980__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1980__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1980__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.9 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.9"^^xsd